検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 497 for [SIMILAR] 16 1024 4096 WITH 22061 typeerror WITH... (0.347 sec.)
Dynamically adds a new method to a given class 0
« runkit7_import runkit7_method_copy » PHP Manual runkit7 関数 Dynamically adds a new method to a given class runkit7_method_add (PECL runkit7 >= Unknown) runkit7_method_add — Dynamically adds a new method to a given class 説明 runkit7_method_add ( string $class_name , string $method_nam ...
https://man.plustar.jp/php/function.runkit7-method-add.html - [similar]
Dynamically changes the code of the given method 0
« runkit7_method_copy runkit7_method_remove » PHP Manual runkit7 関数 Dynamically changes the code of the given method runkit7_method_redefine (PECL runkit7 >= Unknown) runkit7_method_redefine — Dynamically changes the code of the given method 説明 runkit7_method_redefine ( string $class ...
https://man.plustar.jp/php/function.runkit7-method-redefine.html - [similar]
変数に関する情報をダンプする 0
« unset var_export » PHP Manual 変数操作 関数 変数に関する情報をダンプする var_dump (PHP 4, PHP 5, PHP 7, PHP 8) var_dump — 変数に関する情報をダンプする 説明 var_dump ( mixed $value , mixed ...$values ): void この関数は、指定した式に関してその型や値を含む構造化された情報を 返します。配列 ...
https://man.plustar.jp/php/function.var-dump.html - [similar]
デフォルトプロパティを取得する 0
« ReflectionClass::getConstructor ReflectionClass::getDocComment » PHP Manual ReflectionClass デフォルトプロパティを取得する ReflectionClass::getDefaultProperties (PHP 5, PHP 7, PHP 8) ReflectionClass::getDefaultProperties — デフォルトプロパティを取得する 説明 public ReflectionClass::get ...
https://man.plustar.jp/php/reflectionclass.getdefaultproperties.html - [similar]
パーサトークンの一覧 0
« PHP 型の比較表 ユーザーレベルでの命名の手引き » PHP Manual 付録 パーサトークンの一覧 パーサトークンの一覧 PHP 言語の種々の部分は、内部的に トークン で表現されています。 不正なトークンのシーケンスが含まれるコードスニペットの場合、 Parse error: syntax error, unexpected token "==", expect ...
https://man.plustar.jp/php/tokens.html - [similar]
Create a new SSL buffer event to send its data over another buffer event 0
« EventBufferEvent::sslError EventBufferEvent::sslGetCipherInfo » PHP Manual EventBufferEvent Create a new SSL buffer event to send its data over another buffer event EventBufferEvent::sslFilter (PECL event >= 1.2.6-beta) EventBufferEvent::sslFilter — Create a new SSL buffer event to sen ...
https://man.plustar.jp/php/eventbufferevent.sslfilter.html - [similar]
サンプル 0
« 関数・メソッド 変更履歴 » PHP Manual 索引 サンプル サンプル マニュアル内の全サンプルの一覧 Example#0 - 初歩的な例 Example#1 - 初めての PHP スクリプト: hello.php Example#2 - PHP からシステムに関する情報を取得する Example#3 - 変数を出力する (配列要素) Example#4 - 制御構造 および 関数の使 ...
https://man.plustar.jp/php/indexes.examples.html - [similar]
指定した変数に関する情報を解りやすく出力する 0
« isset serialize » PHP Manual 変数操作 関数 指定した変数に関する情報を解りやすく出力する print_r (PHP 4, PHP 5, PHP 7, PHP 8) print_r — 指定した変数に関する情報を解りやすく出力する 説明 print_r ( mixed $value , bool $return = false ): string | bool print_r() は、 変数の値に関する情報を解 ...
https://man.plustar.jp/php/function.print-r.html - [similar]
定数 0
« 外部から来る変数 構文 » PHP Manual 言語リファレンス 定数 定数 目次 構文 自動的に定義される定数 マジック定数 定数は、値のためのID(名前)です。この名前が示すように、定数の値は スクリプト実行中に変更できません ( マジック定数 は例外です。これは実際は定数ではありません)。 定数は大文字小文字を ...
https://man.plustar.jp/php/language.constants.html - [similar]
コールバック / Callable 0
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 callable 型で表されます。 call_user_func() や usort() 等の関数は、ユーザーが定義するコールバック関数を引数として受け入れます。 コールバック関数は、単純な関数だけでなく、オブジェクトのメソッド あ ...
https://man.plustar.jp/php/language.types.callable.html - [similar]