検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 360 for while (0.032 sec.)
PHP のクラスとして実装された URL ラッパーを登録する 4117
« stream_supports_lock stream_wrapper_restore » PHP Manual ストリーム 関数 PHP のクラスとして実装 ... \n" ); fwrite ( $fp , "line3\n" ); rewind ( $fp ); while (! feof ( $fp )) { echo fgets ( $fp ); } fclose ( ...
https://man.plustar.jp/php/function.stream-wrapper-register.html - [similar]
XML ドキュメントの処理を開始する 4117
« xml_parse_into_struct xml_parser_create_ns » PHP Manual XML パーサ 関数 XML ドキュメントの処理 ... ml_parser_create (); // ハンドラをセットアップする while (( $data = fread ( $stream , 16384 ))) { xml_parse ...
https://man.plustar.jp/php/function.xml-parse.html - [similar]
スキャンの準備をする 4117
« yaz_scan_result yaz_schema » PHP Manual YAZ 関数 スキャンの準備をする yaz_scan (PHP 4 >= 4.0.5 ... o " $key = $val &nbsp;" ; } echo '<br /><table>' ; while (list( $key , list( $k , $term , $tcount )) = each ...
https://man.plustar.jp/php/function.yaz-scan.html - [similar]
Basic Gearman client and worker, background 4117
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... " , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmworker -> returnC ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
アイテムを比較して入れ替える 4117
« Memcached::appendByKey Memcached::casByKey » PHP Manual Memcached アイテムを比較して入れ替える ... DR' ]; $m -> cas ( $cas , 'ip_block' , $ips ); } } while ( $m -> getResultCode () != Memcached :: RES_SUCCE ...
https://man.plustar.jp/php/memcached.cas.html - [similar]
Architecture Overview 4117
« Driver Architecture and Internals Connections » PHP Manual Driver Architecture and Internals A ... will likely also sit directly atop the extensions. While we will continue to maintain and support the old m ...
https://man.plustar.jp/php/mongodb.overview.html - [similar]
Using the PHP Library for MongoDB (PHPLIB) 4117
« Tutorials Application Performance Monitoring (APM) » PHP Manual Tutorials Using the PHP Librar ... y [ '_id' ], ': ' , $entry [ 'name' ], "\n" ; } ?> While it may not be apparent in the examples, BSON docum ...
https://man.plustar.jp/php/mongodb.tutorial.library.html - [similar]
接続を問い合わせる 4117
« mysqli::ping mysqli::prepare » PHP Manual mysqli 接続を問い合わせる mysqli::poll mysqli_poll ( ... %s" , mysqli_error ( $link ))); $processed ++; } } while ( $processed < count ( $all_links )); ?> 上の例の出 ...
https://man.plustar.jp/php/mysqli.poll.html - [similar]
Adds a document to the index 4117
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrC ... itself, optimizing number of commits to a minimum while still fulfilling the update latency requirements, ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
フォーマットに従ってファイルからの入力をパースする 4117
« SplFileObject::fread SplFileObject::fseek » PHP Manual SplFileObject フォーマットに従ってファイ ... の例 <?php $file = new SplFileObject ( "misc.txt" ); while ( $userinfo = $file -> fscanf ( "%s %s %s" )) { li ...
https://man.plustar.jp/php/splfileobject.fscanf.html - [similar]