検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 291 for length (0.286 sec.)
Move the result set cursor to the specified field offset 4726
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... :" , $field -> def ); printf ( "%-30s %d\n" , "max length:" , $field -> max_length ); printf ( "%-30s %d\n" ... me: athlete_code table: game default value: "" max length: 0 not null: 1 unique key: 1 multiple key: 0 numer ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]
単一のフィールドのメタデータを取得する 4726
« mysqli_result::fetch_column mysqli_result::fetch_field » PHP Manual mysqli_result 単一のフィー ... 名。 def フィールドのデフォルト値。文字列形式。 max_length 結果セットにおけるフィールドの最大幅。 length テー ... table ); printf ( "max. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: %d\n" , $finfo -> flags ); pri ... table ); printf ( "max. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: %d\n" , $finfo -> flags ); pri ...
https://man.plustar.jp/php/mysqli-result.fetch-field-direct.html - [similar]
結果セットの次のフィールドを返す 4688
« mysqli_result::fetch_field_direct mysqli_result::fetch_fields » PHP Manual mysqli_result 結果セ ... データベース名 catalog カタログ名。常に "def"。 max_length 結果セットにおけるフィールドの最大幅。 length テー ... table ); printf ( "max. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: %d\n" , $finfo -> flags ); pri ... table ); printf ( "max. Len: %d\n" , $finfo -> max_length ); printf ( "Flags: %d\n" , $finfo -> flags ); pri ...
https://man.plustar.jp/php/mysqli-result.fetch-field.html - [similar]
The MongoDB\BSON\Binary class 4649
« MongoDB\BSON\toRelaxedExtendedJSON MongoDB\BSON\Binary::__construct » PHP Manual MongoDB\BSON ... this type, the Binary's data should be 16 bytes in length. Historically, other drivers encoded values with t ... this type, the Binary's data should be 16 bytes in length and encoded according to » RFC 4122 . MongoDB\BSON ... this type, the Binary's data should be 16 bytes in length. MongoDB\BSON\Binary::TYPE_ENCRYPTED Encrypted val ...
https://man.plustar.jp/php/class.mongodb-bson-binary.html - [similar]
呼び出し元が、ファイルに割り当てられたディスク空間を直接操作できるようにする 4649
« eio_event_loop eio_fchmod » PHP Manual Eio 関数 呼び出し元が、ファイルに割り当てられたディスク ... ocate ( mixed $fd , int $mode , int $offset , int $length , int $pri = EIO_PRI_DEFAULT , callable $callback ... 、 バイト幅の指定は開始位置 offset とそこからの長さ length で行います。 注意 : 書き込みモードでのオープンが必 ... と同じ意味) だけです。 offset バイト幅の開始位置。 length バイト幅の長さ。 pri リクエストの優先順位。 EIO_PR ...
https://man.plustar.jp/php/function.eio-fallocate.html - [similar]
ファイルポインタから行を取得し、CSVフィールドを処理する 4649
« fgetc fgets » PHP Manual ファイルシステム 関数 ファイルポインタから行を取得し、CSVフィールドを ... を処理する 説明 fgetcsv ( resource $stream , ? int $length = null , string $separator = "," , string $enclosu ... にオープンされたファイルを指している必要があります。 length (行末文字を考慮して) CSV ファイルにある最も長い行よ ... きい必要があります。 そうでない場合は、ひとつの行が length 文字ずつのチャンクに分割されてしまいます。 ただし、 ... じるかもしれません。 変更履歴 バージョン 説明 8.0.0 length は、nullable になりました。 7.4.0 escape パラメータ ...
https://man.plustar.jp/php/function.fgetcsv.html - [similar]
ソケットから最大バイト長まで読みこむ 4649
« socket_listen socket_recv » PHP Manual ソケット 関数 ソケットから最大バイト長まで読みこむ sock ... で読みこむ 説明 socket_read ( Socket $socket , int $length , int $mode = PHP_BINARY_READ ): string | false 関 ... _accept() で作成した Socket クラスのインスタンス。 length 読み込まれる最大バイト長は、 length パラメータで 指 ...
https://man.plustar.jp/php/function.socket-read.html - [similar]
raw/gzip/zlib で符号化されたデータを復元する 4649
« readgzfile zlib_encode » PHP Manual Zlib 関数 raw/gzip/zlib で符号化されたデータを復元する zli ... 復元する 説明 zlib_decode ( string $data , int $max_length = 0 ): string | false raw/gzip/zlib で符号化された ... リストのみが 記述されています。 パラメータ data max_length 戻り値 圧縮されていないデータを返します。失敗した場 ...
https://man.plustar.jp/php/function.zlib-decode.html - [similar]
Read work or result data into a buffer for a task 4649
« GearmanTask::jobHandle GearmanTask::returnCode » PHP Manual GearmanTask Read work or result da ... 数は自己責任で使用してください。 パラメータ data_len Length of data to be read. 戻り値 An array whose first el ... ement is the length of data read and the second is the data buffer. Re ...
https://man.plustar.jp/php/gearmantask.recvdata.html - [similar]
4611
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... ntrol: public, max-age=2592000 Server: gws Content-Length: 221 X-XSS-Protection: 1; mode=block X-Frame-Optio ... tInput(); printf ( "Received %zu bytes\n" , $in -> length ); printf ( "----- data ----\n" ); printf ( "%ld:\ ... t%s\n" , (int) $in -> length , $in -> pullup (- 1 )); $bev -> writeBuffer ( $in ... bout HTTP/1.0 * Content-Type: text/plain * Content-Length: 4 * Connection: close * (press Enter) * * It will ...
https://man.plustar.jp/php/event.examples.html - [similar]