検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 360 for while (0.041 sec.)
OpenSSL エラーメッセージを返す 4339
« openssl_encrypt openssl_free_key » PHP Manual OpenSSL 関数 OpenSSL エラーメッセージを返す open ... 処理に失敗する OpenSSL 関数をコールしたと仮定します while ( $msg = openssl_error_string ()) echo $msg . "<br ...
https://man.plustar.jp/php/function.openssl-error-string.html - [similar]
生データを IP アドレスに変換する 4339
« radius_create_request radius_cvt_int » PHP Manual Radius 関数 生データを IP アドレスに変換する ... レスを返します。 例 例1 radius_cvt_addr() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_arr ...
https://man.plustar.jp/php/function.radius-cvt-addr.html - [similar]
生データを整数に変換する 4339
« radius_cvt_addr radius_cvt_string » PHP Manual Radius 関数 生データを整数に変換する radius_cvt ... 整数を返します。 例 例1 radius_cvt_int() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_arr ...
https://man.plustar.jp/php/function.radius-cvt-int.html - [similar]
生データを文字列に変換する 4339
« radius_cvt_int radius_demangle_mppe_key » PHP Manual Radius 関数 生データを文字列に変換する ra ... 列を返します。 例 例1 radius_cvt_string() の例 <?php while ( $resa = radius_get_attr ( $res )) { if (! is_arr ...
https://man.plustar.jp/php/function.radius-cvt-string.html - [similar]
Extracts the data from a tagged attribute 4339
« radius_get_attr radius_get_tagged_attr_tag » PHP Manual Radius 関数 Extracts the data from a t ... 例 例1 radius_get_tagged_attr_data() example <?php while ( $resa = radius_get_attr ( $res )) { if (! is_arr ...
https://man.plustar.jp/php/function.radius-get-tagged-attr-data.html - [similar]
Extracts the tag from a tagged attribute 4339
« radius_get_tagged_attr_data radius_get_vendor_attr » PHP Manual Radius 関数 Extracts the tag f ... 例 例1 radius_get_tagged_attr_tag() example <?php while ( $resa = radius_get_attr ( $res )) { if (! is_arr ...
https://man.plustar.jp/php/function.radius-get-tagged-attr-tag.html - [similar]
bucket を brigade の先頭に追加する 4339
« stream_bucket_new stream_context_create » PHP Manual ストリーム 関数 bucket を brigade の先頭に ... n filter ( $in , $out , & $consumed , $closing ) { while ( $bucket = stream_bucket_make_writeable ( $in )) ...
https://man.plustar.jp/php/function.stream-bucket-prepend.html - [similar]
インターネットドメインまたは Unix ドメインのサーバーソケットを作成する 4339
« stream_socket_sendto stream_socket_shutdown » PHP Manual ストリーム 関数 インターネットドメイン ... ) { echo " $errstr ( $errno )<br />\n" ; } else { while ( $conn = stream_socket_accept ( $socket )) { fwri ... ket , date ( "D M j H:i:s Y\r\n" ), 0 , $peer ); } while ( $pkt !== false ); ?> 注意 注意 : 数値で IPv6 アド ...
https://man.plustar.jp/php/function.stream-socket-server.html - [similar]
Register and add callback function 4339
« GearmanWorker GearmanWorker::addOptions » PHP Manual GearmanWorker Register and add callback f ... rse" , "reverse_cb" , $count ); # start the worker while ( $worker -> work ()); function reverse_cb ( $job ...
https://man.plustar.jp/php/gearmanworker.addfunction.html - [similar]
Set socket I/O activity timeout 4339
« GearmanWorker::setOptions GearmanWorker::timeout » PHP Manual GearmanWorker Set socket I/O act ... setTimeout ( 5000 ); echo "Waiting for job...\n" ; while(@ $gmworker -> work () || $gmworker -> returnCode ...
https://man.plustar.jp/php/gearmanworker.settimeout.html - [similar]