Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
php_stream_close
Description
int php_stream_close ( php_stream * stream )
php_stream_close() safely closes stream
and releases the resources associated with it. After stream
has been closed, it's value is undefined and should not be used.
php_stream_close() returns 0 if the stream was closed or
EOF to indicate an error. Regardless of the success of the call,
stream
is undefined and should not be used after a call to
this function.
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
php_stream_gets | Nahoru |