検索

phrase: max: clip:
target: order:
Results of 311 - 320 of about 360 for while (0.054 sec.)
接続済みのソケットについて暗号化の on/off を切り替える 4037
« stream_socket_client stream_socket_get_name » PHP Manual ストリーム 関数 接続済みのソケットにつ ... ます */ stream_socket_enable_crypto ( $fp , false ); while ( $motd = fgets ( $fp )) { echo $motd ; } fclose ( ...
https://man.plustar.jp/php/function.stream-socket-enable-crypto.html - [similar]
Basic Gearman client and worker, submitting tasks 4037
« Basic Gearman client and worker, background GearmanClient » PHP Manual 例 Basic Gearman client ... " , "reverse_fn" ); print "Waiting for job...\n" ; while( $gmworker -> work ()) { if ( $gmworker -> returnC ...
https://man.plustar.jp/php/gearman.examples-reverse-task.html - [similar]
LDAP コントロール 4037
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... okie = '' ; } // cookie が空の場合、最後のページ } while (!empty( $cookie )); ?> 関連キーワード: コントロー ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
Create a new BulkWrite 4037
« MongoDB\Driver\BulkWrite MongoDB\Driver\BulkWrite::count » PHP Manual MongoDB\Driver\BulkWrite ... rue ) are executed serially on the MongoDB server, while unordered operations ( false ) are sent to the ser ...
https://man.plustar.jp/php/mongodb-driver-bulkwrite.construct.html - [similar]
複数のステートメント 4037
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステ ... tch_all ( MYSQLI_ASSOC )); $result -> free (); } } while ( $mysqli -> next_result ()); 上の例の出力は以下と ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
カラムを PHP 変数にバインドする 4037
« PDOStatement PDOStatement::bindParam » PHP Manual PDOStatement カラムを PHP 変数にバインドする ... する */ $stmt -> bindColumn ( 'calories' , $cals ); while ( $stmt -> fetch ( PDO :: FETCH_BOUND )) { print $ ...
https://man.plustar.jp/php/pdostatement.bindcolumn.html - [similar]
4037
« 定義済み定数 Rar 関数 » PHP Manual Rar 例 例 rar:// ラッパー の例も参照ください。 例1 オンザフ ... ( $_SERVER [ 'REQUEST_METHOD' ] == "HEAD" ) die(); while (! feof ( $fp )) { $s = @ fread ( $fp , 8192 ); if ...
https://man.plustar.jp/php/rar.examples.html - [similar]
このエントリのファイルハンドラを取得する 4037
« RarEntry::getPackedSize RarEntry::getUnpackedSize » PHP Manual RarEntry このエントリのファイル ... _file ); // ストリームはファイルとは独立しています while (! feof ( $stream )) { $buff = fread ( $stream , 8 ...
https://man.plustar.jp/php/rarentry.getstream.html - [similar]
ファイルから行を取り出し CSV フィールドとして処理する 4037
« SplFileObject::fgetc SplFileObject::fgets » PHP Manual SplFileObject ファイルから行を取り出し ... の例 <?php $file = new SplFileObject ( "data.csv" ); while (! $file -> eof ()) { var_dump ( $file -> fgetcsv ...
https://man.plustar.jp/php/splfileobject.fgetcsv.html - [similar]
パラメータを変数にバインドする 4037
« SQLite3Stmt SQLite3Stmt::bindValue » PHP Manual SQLite3Stmt パラメータを変数にバインドする SQL ... e (); $res = $db -> query ( "SELECT * FROM foo" ); while (( $row = $res -> fetchArray ( SQLITE3_ASSOC ))) { ...
https://man.plustar.jp/php/sqlite3stmt.bindparam.html - [similar]