diff --git a/reference/stream/constants.xml b/reference/stream/constants.xml index ed51b7966d..15e0951707 100644 --- a/reference/stream/constants.xml +++ b/reference/stream/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants; @@ -14,7 +14,7 @@ - STREAM_FILTER_READ + STREAM_FILTER_READ * Used with stream_filter_append and stream_filter_prepend to indicate @@ -74,32 +74,32 @@ - STREAM_CLIENT_ASYNC_CONNECT + STREAM_CLIENT_ASYNC_CONNECT * Open client socket asynchronously. Used with stream_socket_client. - STREAM_CLIENT_PERSISTENT + STREAM_CLIENT_PERSISTENT * Client socket opened with stream_socket_client should remain persistent between page loads. - STREAM_SERVER_BIND + STREAM_SERVER_BIND * Tells a stream created with stream_socket_server to bind to the specified target. Server sockets should always include this flag. - STREAM_SERVER_LISTEN + STREAM_SERVER_LISTEN * Tells a stream created with stream_socket_server and bound using the STREAM_SERVER_BIND flag to start listening on the socket. Server sockets should always include this flag. - STREAM_NOTIFY_RESOLVE + STREAM_NOTIFY_RESOLVE * A remote address required for this stream has been resolved, or the resolution failed. See severity for an indication of which happened. @@ -149,7 +149,7 @@ - STREAM_NOTIFY_COMPLETED + STREAM_NOTIFY_COMPLETED * There is no more data available on the stream. @@ -190,6 +190,12 @@ + + + The constants marked with * are just avaliable + in PHP 5. + +