streamWrapper::__construct

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::__constructСоздает новый объект-обертку для потока

Описание

streamWrapper::__construct ( void )

Вызывается при открытии обертки потока непосредственно перед вызовом метода streamWrapper::stream_open().

Список параметров

У этой функции нет параметров.

Коментарии

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.
2009-11-20 12:27:10
http://php5.kiev.ua/manual/ru/streamwrapper.construct.html
Автор:
Note, https://bugs.php.net/bug.php?id=40459 shows that __construct() not being called in all cases was a bug, and it was fixed in August 2012.
2013-07-12 21:50:18
http://php5.kiev.ua/manual/ru/streamwrapper.construct.html

    Поддержать сайт на родительском проекте КГБ