ConFoo Montreal 2026: Call for Papers

Voting

: max(three, seven)?
(Example: nine)

The Note You're Voting On

dmitriy dot baibuhtin at ya dot ru
8 years ago
An example of a client is invalid. Progress will not be displayed on the client side, as doNormal method is synchronous.
Code will be executed only after the completion doNormal.
<?php
case GEARMAN_WORK_STATUS:
list(
$numerator, $denominator)= $gmclient->doStatus();
echo
"Status: $numerator/$denominator complete\n";
break;
?>

<< Back to user notes page

To Top