- deprecated connection_timeout (it was

script_timeout in fact)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47892 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-05-19 20:46:56 +00:00
parent 5c53df17a6
commit f4358b1392

View file

@ -62,12 +62,26 @@
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>int <function>connection_timeout</function></funcdef>
<funcdef>bool <function>connection_timeout</function></funcdef>
<void/>
</funcprototype>
</funcsynopsis>
<simpara>
Returns true if script timed out. See the <link
Returns true if script timed out.
</simpara>
<warning>
<title>Deprecated</title>
<simpara>
This function is deprecated, and doesn't even exist anymore
as of 4.0.5.
</simpara>
<!-- so it's quite late to declare it 'deprecated' by now :)
TODO: correct connection handling. Any volunteers?
-->
</warning>
<simpara>
See the <link
linkend="features.connection-handling">Connection Handling</link>
description in the <link linkend="features">Features</link>
chapter for a complete explanation.