mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
added note on E_WARNING notice
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290389 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c36bfc9230
commit
24833250b7
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
Waits for a job to be assigned and then calls the appropriate callback function.
|
||||
Issues an <constant>E_WARNING</constant> with the last Gearman error if the return
|
||||
code is not one of <constant>GEARMAN_SUCCESS</constant>, <constant>GEARMAN_IO_WAIT</constant>,
|
||||
or <constant>GEARMAN_WORK_FAIL</constant>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue