検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 854 for [SIMILAR] 16 1024 4096 WITH 10437 while WITH 920... (0.822 sec.)
処理対象のリクエスト数を返す 0
« eio_nready eio_nthreads » PHP Manual Eio 関数 処理対象のリクエスト数を返す eio_nreqs (PECL eio >= 0.0.1dev) eio_nreqs — 処理対象のリクエスト数を返す 説明 eio_nreqs (): int eio_nreqs() は、 eio_poll() を呼ぶカスタムループの中からコールされます。 パラメータ この関数にはパラメータはありま ...
https://man.plustar.jp/php/function.eio-nreqs.html - [similar]
基本的な使用法 0
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有するデーモンプロセスをフォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセ ...
https://man.plustar.jp/php/pcntl.example.html - [similar]
前の例外(Throwable)を返す 0
« Exception::getMessage Exception::getCode » PHP Manual Exception 前の例外(Throwable)を返す Exception::getPrevious (PHP 5 >= 5.3.0, PHP 7, PHP 8) Exception::getPrevious — 前の例外(Throwable)を返す 説明 final public Exception::getPrevious (): ? Throwable 前に発生した Throwable ( Exception ...
https://man.plustar.jp/php/exception.getprevious.html - [similar]
推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.4.x から PHP 8.0.x への移行 推奨されなくなる機能 推奨されなくなる機能 PHP コア デフォルト値を持つ引数の後に、必須の引数が続く場合、デフォルト値は意味をなしません。 こうした書き方は PHP 8.0.0 から推奨されなくなります。 以下のようにし ...
https://man.plustar.jp/php/migration80.deprecated.html - [similar]
Oracle プレースホルダに PHP 変数をバインドする 0
« oci_bind_array_by_name oci_cancel » PHP Manual OCI8 関数 Oracle プレースホルダに PHP 変数をバインドする oci_bind_by_name (PHP 5, PHP 7, PHP 8, PECL OCI8 >= 1.1.0) oci_bind_by_name — Oracle プレースホルダに PHP 変数をバインドする 説明 oci_bind_by_name ( resource $statement , string $par ...
https://man.plustar.jp/php/function.oci-bind-by-name.html - [similar]
下位互換性のない変更点 0
« PHP 5.6.x から PHP 7.0.x への移行 新機能 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 下位互換性のない変更点 下位互換性のない変更点 エラーや例外の取り扱いの変更 fatal error や recoverable fatal error の多くが、PHP 7 では例外に変換されるようになりました。 これらの例外は Error クラスを ...
https://man.plustar.jp/php/migration70.incompatible.html - [similar]
結果を保存するため、プリペアドステートメントに変数をバインドする 0
« mysqli_stmt::bind_param mysqli_stmt::close » PHP Manual mysqli_stmt 結果を保存するため、プリペアドステートメントに変数をバインドする mysqli_stmt::bind_result mysqli_stmt_bind_result (PHP 5, PHP 7, PHP 8) mysqli_stmt::bind_result -- mysqli_stmt_bind_result — 結果を保存するため、プリペア ...
https://man.plustar.jp/php/mysqli-stmt.bind-result.html - [similar]
ディレクトリクラスのインスタンスを返す 0
« closedir getcwd » PHP Manual ディレクトリ 関数 ディレクトリクラスのインスタンスを返す dir (PHP 4, PHP 5, PHP 7, PHP 8) dir — ディレクトリクラスのインスタンスを返す 説明 dir ( string $directory , ? resource $context = null ): Directory | false ディレクトリを読むための疑似オブジェクト指向 ...
https://man.plustar.jp/php/function.dir.html - [similar]
配列からキーを取り出す 0
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP 8) key — 配列からキーを取り出す 説明 key ( array | object $array ): int | string | null key() は、 現在の配列位置における連想配列要素のキーを返します。 パラメータ array 配列。 戻り値 key() 関数 ...
https://man.plustar.jp/php/function.key.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]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT