downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

streamWrapper::__destruct> <streamWrapper
[edit] Last updated: Fri, 17 May 2013

view this page in

streamWrapper::__construct

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::__constructConstruye una nueva envoltura de flujo

Descripción

streamWrapper::__construct ( void )

Llamado cuando se abre la envoltura de flujo, justo antes de streamWrapper::stream_open().

Parámetros

Esta función no tiene parámetros.



add a note add a note User Contributed Notes streamWrapper::__construct - [1 notes]
up
0
codeslinger at compsalot dot com
3 years ago
Just to clarify what was said above, as far as I can tell,  __construct is *only* called before stream_open.

It does not get called for other functions such as stream::url_stat  or stream::unlink, even though those functions do create a new object.

This behavior is contrary to normal expectations for php object creation.  But based on the documentation above I can only assume that it is by design.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites