検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 252 for exit (0.033 sec.)
テキストの出力位置を設定する 4571
« ps_set_parameter ps_set_value » PHP Manual PS 関数 テキストの出力位置を設定する ps_set_text_po ... rint "PostScript ファイルをオープンできません\n" ; exit; } ps_set_info ( $ps , "Creator" , "rectangle.php" ...
https://man.plustar.jp/php/function.ps-set-text-pos.html - [similar]
バイナリ属性を設定する 4571
« radius_put_addr radius_put_int » PHP Manual Radius 関数 バイナリ属性を設定する radius_put_attr ... usError:' . radius_strerror ( $res ). "\n<br />" ; exit; } ?> 参考 radius_get_attr() - 属性を取得する radi ...
https://man.plustar.jp/php/function.radius-put-attr.html - [similar]
文字列属性を設定する 4571
« radius_put_int radius_put_vendor_addr » PHP Manual Radius 関数 文字列属性を設定する radius_put ... usError:' . radius_strerror ( $res ). "\n<br />" ; exit; } ?> 参考 radius_put_int() - 整数属性を設定する r ...
https://man.plustar.jp/php/function.radius-put-string.html - [similar]
ベンダー固有のバイナリ属性を設定する 4571
« radius_put_vendor_addr radius_put_vendor_int » PHP Manual Radius 関数 ベンダー固有のバイナリ属 ... usError:' . radius_strerror ( $res ). "\n<br />" ; exit; } ?> 参考 radius_get_vendor_attr() - ベンダ固有の ...
https://man.plustar.jp/php/function.radius-put-vendor-attr.html - [similar]
Add a high priority task to run in parallel 4571
« GearmanClient::addTaskBackground GearmanClient::addTaskHighBackground » PHP Manual GearmanClie ... ks ()) { echo "ERROR " . $gmc -> error () . "\n" ; exit; } echo "DONE\n" ; function reverse_complete ( $ta ...
https://man.plustar.jp/php/gearmanclient.addtaskhigh.html - [similar]
Add a low priority task to run in parallel 4571
« GearmanClient::addTaskHighBackground GearmanClient::addTaskLowBackground » PHP Manual GearmanC ... ks ()) { echo "ERROR " . $gmc -> error () . "\n" ; exit; } echo "DONE\n" ; function reverse_complete ( $ta ...
https://man.plustar.jp/php/gearmanclient.addtasklow.html - [similar]
Run a task in the background 4571
« GearmanClient::do GearmanClient::doHigh » PHP Manual GearmanClient Run a task in the backgroun ... != GEARMAN_SUCCESS ) { echo "bad return code\n" ; exit; } $done = false ; do { sleep ( 3 ); $stat = $gmcl ...
https://man.plustar.jp/php/gearmanclient.dobackground.html - [similar]
Get the status of a background job 4571
« GearmanClient::getErrno GearmanClient::ping » PHP Manual GearmanClient Get the status of a bac ... != GEARMAN_SUCCESS ) { echo "bad return code\n" ; exit; } $done = false ; do { sleep ( 3 ); $stat = $gmcl ...
https://man.plustar.jp/php/gearmanclient.jobstatus.html - [similar]
直近の操作から発生した警告を取得する 4571
« DocResult::fetchOne DocResult::getWarningsCount » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... error:\n" ; print_r ( $result -> getWarnings ()); exit; } var_dump ( $result -> fetchOne ()); ?> 上の例の ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarnings.html - [similar]
直近の操作で発生した警告の数を取得する 4571
« DocResult::getWarnings mysql_xdevapi\Exception » PHP Manual mysql_xdevapi\DocResult 直近の操作 ... error:\n" ; print_r ( $result -> getWarnings ()); exit; } var_dump ( $result -> fetchOne ()); ?> 上の例の ...
https://man.plustar.jp/php/mysql-xdevapi-docresult.getwarningscount.html - [similar]