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

search for in the

streamWrapper::stream_stat> <streamWrapper::stream_seek
[edit] Last updated: Sat, 07 Jan 2012

view this page in

streamWrapper::stream_set_option

(PHP 5 >= 5.3.0)

streamWrapper::stream_set_optionChange stream options

설명

public bool streamWrapper::stream_set_option ( int $option , int $arg1 , int $arg2 )

This method is called to set options on the stream.

인수

option

One of:

arg1

If option is

  • STREAM_OPTION_BLOCKING: requested blocking mode (1 meaning block 0 not blocking).
  • STREAM_OPTION_READ_TIMEOUT: the timeout in seconds.
  • STREAM_OPTION_WRITE_BUFFER: buffer mode (STREAM_BUFFER_NONE or STREAM_BUFFER_FULL).

arg2

If option is

  • STREAM_OPTION_BLOCKING: This option is not set.
  • STREAM_OPTION_READ_TIMEOUT: the timeout in microseconds.
  • STREAM_OPTION_WRITE_BUFFER: the requested buffer size.

반환값

성공할 경우 TRUE를, 실패할 경우 FALSE를 반환합니다. If option is not implemented, FALSE should be returned.

참고



add a note add a note User Contributed Notes streamWrapper::stream_set_option
There are no user contributed notes for this page.

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