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

search for in the

streamWrapper::unlink> <streamWrapper::stream_truncate
[edit] Last updated: Tue, 21 May 2013

view this page in

streamWrapper::stream_write

(PHP 4 >= 4.3.2, PHP 5)

streamWrapper::stream_writeWrite to stream

Descrizione

public int streamWrapper::stream_write ( string $data )

This method is called in response to fwrite().

Nota:

Remember to update the current position of the stream by number of bytes that were successfully written.

Elenco dei parametri

data

Should be stored into the underlying stream.

Nota:

If there is not enough room in the underlying stream, store as much as possible.

Valori restituiti

Should return the number of bytes that were successfully stored, or 0 if none could be stored.

Errori/Eccezioni

Emits E_WARNING if call to this method fails (i.e. not implemented).

Nota:

If the return value is greater the length of data, E_WARNING will be emitted and the return value will truncated to its length.

Vedere anche:

  • fwrite() - Scrive un file salvaguardando la corrispondenza binaria



add a note add a note User Contributed Notes streamWrapper::stream_write - [0 notes]
There are no user contributed notes for this page.

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