add "see also" to stream_select

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155734 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Ken 2004-04-10 17:44:10 +00:00
parent 66ee7eae26
commit 3b1e88d7e1

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<refentry id="function.stream-socket-client">
<refnamediv>
<refname>stream_socket_client</refname>
@ -129,6 +129,7 @@ if (!$fp) {
See also <function>stream_socket_server</function>,
<function>stream_set_blocking</function>,
<function>stream_set_timeout</function>,
<function>stream_select</function>,
<function>fgets</function>,
<function>fgetss</function>, <function>fwrite</function>,
<function>fclose</function>, <function>feof</function>, and