検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 212 for [SIMILAR] 16 1024 4096 WITH 54212 先度 WITH 3280... (0.203 sec.)
出力バッファを gzip 圧縮するための ob_start コールバック関数 0
« ob_get_status ob_implicit_flush » PHP Manual 出力制御 関数 出力バッファを gzip 圧縮するための ob_start コールバック関数 ob_gzhandler (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) ob_gzhandler — 出力バッファを gzip 圧縮するための ob_start コールバック関数 説明 ob_gzhandler ( string $data , int ...
https://man.plustar.jp/php/function.ob-gzhandler.html - [similar]
可変関数 0
« 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable functions)の概念をサポートします。 これにより、変数名の後に括弧が付いている場合、その値が何であろうと PHPは、同名の関数を探し実行を試みます。 この機能は、コールバック、関数テーブル等を実装するため ...
https://man.plustar.jp/php/functions.variable-functions.html - [similar]
配列演算子 0
« 文字列演算子 型演算子 » PHP Manual 演算子 配列演算子 配列演算子 Array Operators 例 名前 結果 $a + $b 結合 $a および $b を結合する。 $a == $b 同等 $a および $b のキー/値のペアが等しい場合に true 。 $a === $b 同一 $a および $b のキー/値のペアが等しく、その並び順が等しく、 かつデータ型も等 ...
https://man.plustar.jp/php/language.operators.array.html - [similar]
PHP 5.6.x における OpenSSL 関連の変更 0
« 新しい関数 その他の拡張モジュールに対する変更 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 PHP 5.6.x における OpenSSL 関連の変更 PHP 5.6.x における OpenSSL 関連の変更 ストリームラッパーが、SSL/TLS を使っている場合のピア証明書とホスト名の検証にデフォルトで対応 暗号化されたすべてのクラ ...
https://man.plustar.jp/php/migration56.openssl.html - [similar]
渡された配列の要素を再帰的に置き換える 0
« array_reduce array_replace » PHP Manual 配列 関数 渡された配列の要素を再帰的に置き換える array_replace_recursive (PHP 5 >= 5.3.0, PHP 7, PHP 8) array_replace_recursive — 渡された配列の要素を再帰的に置き換える 説明 array_replace_recursive ( array $array , array ...$replacements ): array ...
https://man.plustar.jp/php/function.array-replace-recursive.html - [similar]
文字列の crc32 多項式計算を行う 0
« count_chars crypt » PHP Manual String 関数 文字列の crc32 多項式計算を行う crc32 (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) crc32 — 文字列の crc32 多項式計算を行う 説明 crc32 ( string $string ): int string の 32 ビット長の CRC (cyclic redundancy checksum) チェックサムを生成します。 これは通 ...
https://man.plustar.jp/php/function.crc32.html - [similar]
ファイルの状態を取得する 0
« eio_fdatasync eio_fstatvfs » PHP Manual Eio 関数 ファイルの状態を取得する eio_fstat (PECL eio >= 0.0.1dev) eio_fstat — ファイルの状態を取得する 説明 eio_fstat ( mixed $fd , int $pri , callable $callback , mixed $data = ? ): resource eio_fstat() は、 callback の result 引数でファイルの状 ...
https://man.plustar.jp/php/function.eio-fstat.html - [similar]
ファイルを開く 0
« eio_nthreads eio_poll » PHP Manual Eio 関数 ファイルを開く eio_open (PECL eio >= 0.0.1dev) eio_open — ファイルを開く 説明 eio_open ( string $path , int $flags , int $mode , int $pri , callable $callback , mixed $data = NULL ): resource eio_open() は、 path で指定したファイルをアクセスモ ...
https://man.plustar.jp/php/function.eio-open.html - [similar]
ファイルを、指定したオフセットから読み込む 0
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_read (PECL eio >= 0.0.1dev) eio_read — ファイルを、指定したオフセットから読み込む 説明 eio_read ( mixed $fd , int $length , int $offset , int $pri , callable $callback , mixed $data = NULL ): re ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
連想配列として結果の行を取得する 0
« mysql_fetch_array mysql_fetch_field » PHP Manual MySQL 関数 連想配列として結果の行を取得する mysql_fetch_assoc (PHP 4 >= 4.0.3, PHP 5) mysql_fetch_assoc — 連想配列として結果の行を取得する 警告 この拡張モジュールは PHP 5.5.0 で非推奨になり、PHP 7.0.0 で削除されました。 MySQLi あるいは P ...
https://man.plustar.jp/php/function.mysql-fetch-assoc.html - [similar]