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