検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 456 for [SIMILAR] 16 1024 4096 WITH 49448 名関 WITH 4560... (1.052 sec.)
無名関数 10000
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ とも呼ばれ、 関数名を指定せずに関数を作成できるようにするものです。 callable パラメータとして使う際に便利ですが、用途はそれにとどまりません。 無名関数の実装には Closure クラスを使っています。 例 ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
アロー関数 7196
« 無名関数 第一級callableを生成する記法 » PHP Manual 関数 アロー関数 アロー関数 アロー関数は 無名関数 を簡潔に書ける文法として PHP 7.4 で追加されました。 無名関数とアロー関数は共に Closure クラスを使って実装されています。 アロー関数は fn (argument_list) => expr という形で記述します。 アロ ...
https://man.plustar.jp/php/functions.arrow.html - [similar]
無名クラス 6637
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
定義されたエラー処理ルーチンにエラーメッセージを送信する 2038
« error_get_last error_reporting » PHP Manual エラー処理関数 定義されたエラー処理ルーチンにエラーメッセージを送信する error_log (PHP 4, PHP 5, PHP 7, PHP 8) error_log — 定義されたエラー処理ルーチンにエラーメッセージを送信する 説明 error_log ( string $message , int $message_type = 0 , ? s ...
https://man.plustar.jp/php/function.error-log.html - [similar]
Gets latest error message 2038
« rrd_create rrd_fetch » PHP Manual RRD 関数 Gets latest error message rrd_error (PECL rrd >= 0.9.0) rrd_error — Gets latest error message 説明 rrd_error (): string Returns latest global rrd error message. パラメータ この関数にはパラメータはありません。 戻り値 Latest error message. 関連キ ...
https://man.plustar.jp/php/function.rrd-error.html - [similar]
Return the numerical value of the error message from previous CUBRID operation 2038
« cubrid_db_name cubrid_error » PHP Manual CUBRID MySQL 互換関数 Return the numerical value of the error message from previous CUBRID operation cubrid_errno (PECL CUBRID >= 8.3.1) cubrid_errno — Return the numerical value of the error message from previous CUBRID operation 説明 cubrid_er ...
https://man.plustar.jp/php/function.cubrid-errno.html - [similar]
直近のエラーの説明を取得する 2038
« intl_get_error_code intl_is_failure » PHP Manual 国際化 関数 直近のエラーの説明を取得する intl_get_error_message (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) intl_get_error_message — 直近のエラーの説明を取得する 説明 intl_get_error_message (): string 直近の国際化関数のコールによる ...
https://man.plustar.jp/php/function.intl-get-error-message.html - [similar]
Get the lastest error message 2038
« swoole_get_local_ip swoole_load_module » PHP Manual Swoole 関数 Get the lastest error message swoole_last_error (PECL swoole >= 1.9.0) swoole_last_error — Get the lastest error message 説明 swoole_last_error (): int パラメータ この関数にはパラメータはありません。 戻り値 関連キーワード: ...
https://man.plustar.jp/php/function.swoole-last-error.html - [similar]
どの API を使うか 2038
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの API を使うか PHP には、様々な MySQL へ接続する API があります。 以下に、mysqli と PDO が提供する API を示します。 それぞれのコードは、"example.com" 上で稼働する MySQL サーバーに ユーザー名 " ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する 0
« Closure::bind Closure::call » PHP Manual Closure 新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する Closure::bindTo (PHP 5 >= 5.4.0, PHP 7, PHP 8) Closure::bindTo — 新しくバインドしたオブジェクトとクラスのスコープで、クロージャを複製する 説明 public Closure::bindT ...
https://man.plustar.jp/php/closure.bindto.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT