|
streamWrapper::stream_write(PHP 4 >= 4.3.2, PHP 5) streamWrapper::stream_write — Write to stream Описание
public int streamWrapper::stream_write
( string $data
)
This method is called in response to fwrite().
Список параметров
Возвращаемые значенияShould return the number of bytes that were successfully stored, or 0 if none could be stored. ОшибкиВызывает ошибку уровня E_WARNING, если вызов к этому методу не удался (например, не реализован).
|
|