検索

phrase: max: clip:
target: order:
Results of 691 - 700 of about 1237 for Data (0.290 sec.)
定義済みの全ての関数を配列で返す 2521
« function_exists register_shutdown_function » PHP Manual 関数処理 関数 定義済みの全ての関数を配 ... ned_functions() の例 <?php function myrow ( $id , $data ) { return "<tr><th> $id </th><td> $data </td></tr ...
https://man.plustar.jp/php/function.get-defined-functions.html - [similar]
ラージオブジェクトの位置をシークする 2521
« pg_lo_read pg_lo_tell » PHP Manual PostgreSQL 関数 ラージオブジェクトの位置をシークする pg_lo_ ... 例1 pg_lo_seek() の例 <?php $doc_oid = 189762345 ; $database = pg_connect ( "dbname=jacarta" ); pg_query ( ... $database , "begin" ); $handle = pg_lo_open ( $database ... PGSQL_SEEK_SET ); // 次の 10000 バイトを読み込む $data = pg_lo_read ( $handle , 10000 ); pg_query ( $data ... base , "commit" ); echo $data ; ?> 参考 pg_lo_tell() - ラージオブジェクトのカレン ...
https://man.plustar.jp/php/function.pg-lo-seek.html - [similar]
Makes the next row in a result set available for reading 2521
« sqlsrv_fetch_object sqlsrv_field_metadata » PHP Manual SQLSRV 関数 Makes the next row in a res ... serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "username" , "PWD" => ... $comment ; ?> 参考 sqlsrv_get_field() - Gets field data from the currently selected row sqlsrv_fetch_array ... sqlsrv_fetch_object() - Retrieves the next row of data in a result set as an object 関連キーワード: sqlsr ...
https://man.plustar.jp/php/function.sqlsrv-fetch.html - [similar]
ストリームにタイムアウトを設定する 2521
« stream_set_read_buffer stream_set_write_buffer » PHP Manual ストリーム 関数 ストリームにタイム ... リームがタイムアウトとなった場合は、 stream_get_meta_data() が返す配列のキー 'timed_out' の値が true に設定さ ... es = fread ( $fp , 2000 ); $info = stream_get_meta_data ( $fp ); fclose ( $fp ); if ( $info [ 'timed_out' ...
https://man.plustar.jp/php/function.stream-set-timeout.html - [similar]
PHP 7.2.x で推奨されなくなる機能 2521
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 PHP 7.2.x で ... を取得 するには、デバッガを使うべきです。 read_exif_data() 関数 read_exif_data() 関数は非推奨になりました。 ... 代わりに exif_read_data() 関数を使ってください。 関連キーワード: 関数 , 推 ...
https://man.plustar.jp/php/migration72.deprecated.html - [similar]
新機能 2521
« PHP 8.0.x から PHP 8.1.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 8.0.x から P ... 追加されました。 <?php $file = new CURLStringFile ( $data , 'filename.txt' , 'text/plain' ); curl_setopt ( $ ... 書くことができます: <?php $h = hash ( "murmur3f" , $data , options : [ "seed" => 42 ]); echo $h , "\n" ; ?> ... うに書くことができます: <?php $h = hash ( "xxh3" , $data , options : [ "seed" => 42 ]); echo $h , "\n" ; ?> ... じて渡すこともできます: <?php $h = hash ( "xxh3" , $data , options : [ "secret" => "at least 136 bytes long ...
https://man.plustar.jp/php/migration81.new-features.html - [similar]
Firebird データベースに接続する 2521
« Firebird (PDO) IBM (PDO) » PHP Manual Firebird (PDO) Firebird データベースに接続する PDO_FIREB ... FIREBIRD DSN を表します。 firebird:dbname=/path/to/DATABASE.FDB 例2 PDO_FIREBIRD DSN でのポートとパス指定の ... を表します。 firebird:dbname=hostname/port:/path/to/DATABASE.FDB 例3 PDO_FIREBIRD DSN で Debian システムのロ ... す。 firebird:dbname=localhost:/var/lib/firebird/2.5/data/employee.fdb 例4 方言が 1 のデータベースに接続する ... す。 firebird:dbname=localhost:/var/lib/firebird/2.5/data/test.fdb;charset=utf-8;dialect=1 関連キーワード: P ...
https://man.plustar.jp/php/ref.pdo-firebird.connection.html - [similar]
The EventHttpRequest class 2504
« EventHttpConnection::setTimeout EventHttpRequest::addHeader » PHP Manual Event The EventHttpRe ... d public __construct ( callable $callback , mixed $data = null ) public findHeader ( string $key , string ... nt EventHttpRequest::sendReplyChunk — Send another data chunk as part of an ongoing chunked reply EventHtt ...
https://man.plustar.jp/php/class.eventhttprequest.html - [similar]
The SVM class 2504
« 例 SVM::__construct » PHP Manual SVM The SVM class The SVM class (PECL svm >= 0.1.0) はじめに ... — Test training params on subsets of the training data SVM::getOptions — 現在の訓練パラメータを返す SVM:: ... 定 SVM::train — Create a SVMModel based on training data 関連キーワード: int , OPT , parameter , KERNEL , t ...
https://man.plustar.jp/php/class.svm.html - [similar]
The ZMQ class 2504
« 要件 ZMQ::__construct » PHP Manual 0MQ messaging The ZMQ class The ZMQ class (PECL zmq >= 0.5. ... t. ZMQ::SOCKET_STREAM Used to send and receive TCP data from a non-ØMQ peer. Available if compiled against ... igher (Value: int ) ZMQ::POLL_IN Poll for incoming data ZMQ::POLL_OUT Poll for outgoing data ZMQ::MODE_NOB ...
https://man.plustar.jp/php/class.zmq.html - [similar]