mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
66ee7eae26
commit
3b1e88d7e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue