検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1018 for [SIMILAR] 16 1024 4096 WITH 57209 getrusage WITH... (0.684 sec.)
関数の引数 0
« ユーザー定義関数 戻り値 » PHP Manual 関数 関数の引数 関数の引数 引数のリストにより関数へ情報を渡すことができます。 このリストは、カンマで区切られた式のリストです。 引数の評価は、関数が実際にコールされる前に、 左から右の順番で行われます( 先行 評価)。 PHP は、値渡し(デフォルト)、 リファレ ...
https://man.plustar.jp/php/functions.arguments.html - [similar]
フォーマッタが使用するパターンを設定する 0
« MessageFormatter::parse IntlCalendar » PHP Manual MessageFormatter フォーマッタが使用するパターンを設定する MessageFormatter::setPattern msgfmt_set_pattern (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) MessageFormatter::setPattern -- msgfmt_set_pattern — フォーマッタが使用するパタ ...
https://man.plustar.jp/php/messageformatter.setpattern.html - [similar]
テキストの属性を取得する 0
« NumberFormatter::getSymbol NumberFormatter::parseCurrency » PHP Manual NumberFormatter テキストの属性を取得する NumberFormatter::getTextAttribute numfmt_get_text_attribute (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::getTextAttribute -- numfmt_get_text_attribute ...
https://man.plustar.jp/php/numberformatter.gettextattribute.html - [similar]
テキスト属性を設定する 0
« NumberFormatter::setSymbol Locale » PHP Manual NumberFormatter テキスト属性を設定する NumberFormatter::setTextAttribute numfmt_set_text_attribute (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0) NumberFormatter::setTextAttribute -- numfmt_set_text_attribute — テキスト属性を設定する 説 ...
https://man.plustar.jp/php/numberformatter.settextattribute.html - [similar]
elseif/else if 0
« else 制御構造に関する別の構文 » PHP Manual 制御構造 elseif/else if elseif/else if (PHP 4, PHP 5, PHP 7, PHP 8) elseif は、その名前から分かるように、 if と else の組み合わせです。 elseif は、 else のように、元の if 式の値が false の場合に別の文を実行するように if 文を拡張します。 しかし ...
https://man.plustar.jp/php/control-structures.elseif.html - [similar]
ビット演算子 0
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特定のビットの評価や操作を行います。 ビット演算子 例 名前 結果 $a & $b ビット積 $a および $b の両方にセットされているビットがセットされます $a | $b ビット和 $a または $b のどちらかにセットされて ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
文字列のコードを評価し、動的に関数を作成する 0
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動的に関数を作成する create_function (PHP 4 >= 4.0.1, PHP 5, PHP 7) create_function — 文字列のコードを評価し、動的に関数を作成する 警告 この関数は PHP 7.2.0 で 非推奨 になり、PHP 8.0.0 で 削除 さ ...
https://man.plustar.jp/php/function.create-function.html - [similar]
データベースサーバーについての情報を要求する 0
« ibase_rollback ibase_service_attach » PHP Manual Firebird/InterBase 関数 データベースサーバーについての情報を要求する ibase_server_info (PHP 5, PHP 7 < 7.4.0) ibase_server_info — データベースサーバーについての情報を要求する 説明 ibase_server_info ( resource $service_handle , int $actio ...
https://man.plustar.jp/php/function.ibase-server-info.html - [similar]
あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインター... 0
« is_a method_exists » PHP Manual クラス/オブジェクト関数 あるオブジェクトが指定したクラスのサブクラスに属するか (あるいは指定したインターフェイスを実装しているか) どうかを調べる is_subclass_of (PHP 4, PHP 5, PHP 7, PHP 8) is_subclass_of — あるオブジェクトが指定したクラスのサブクラスに属 ...
https://man.plustar.jp/php/function.is-subclass-of.html - [similar]
古い値を新しい値に更新する 0
« apcu_cache_info apcu_clear_cache » PHP Manual APCu 関数 古い値を新しい値に更新する apcu_cas (PECL apcu >= 4.0.0) apcu_cas — 古い値を新しい値に更新する 説明 apcu_cas ( string $key , int $old , int $new ): bool apcu_cas() は、既に保存されている整数値が old パラメータにマッチする値のときに ...
https://man.plustar.jp/php/function.apcu-cas.html - [similar]