検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 257 for [SIMILAR] 16 1024 4096 WITH 23453 getclosurescop... (0.606 sec.)
メーリングリスト 0
« 一般的な情報 PHP を手に入れるには » PHP Manual FAQ メーリングリスト メーリングリスト このセクションではPHPのコミュニティへの参加に関する質問を扱います。 最良の方法はメーリングリストに参加することです。 PHPのメーリングリストはありますか? 他にコミュニティはありますか? PHP のメーリングリス ...
https://man.plustar.jp/php/faq.mailinglist.html - [similar]
インストール手順 0
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この拡張モジュールは、メンテナンスされておらず開発が止まっています。 しかし、ソースコードは PECL SVN から取得できます。 » https://svn.php.net/viewvc/pecl/fdf . この拡張モジュールは、PHP にバンドルされていま ...
https://man.plustar.jp/php/fdf.installation.html - [similar]
指定した関数が定義されている場合に true を返す 0
« func_num_args get_defined_functions » PHP Manual 関数処理 関数 指定した関数が定義されている場合に true を返す function_exists (PHP 4, PHP 5, PHP 7, PHP 8) function_exists — 指定した関数が定義されている場合に true を返す 説明 function_exists ( string $function ): bool 組み込みの内部関数 ...
https://man.plustar.jp/php/function.function-exists.html - [similar]
全ての定義済の変数を配列で返す 0
« get_debug_type get_resource_id » PHP Manual 変数操作 関数 全ての定義済の変数を配列で返す get_defined_vars (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) get_defined_vars — 全ての定義済の変数を配列で返す 説明 get_defined_vars (): array この関数は、環境変数、サーバー変数、 get_defined_vars() がコ ...
https://man.plustar.jp/php/function.get-defined-vars.html - [similar]
クラスメソッドが存在するかどうかを確認する 0
« is_subclass_of property_exists » PHP Manual クラス/オブジェクト関数 クラスメソッドが存在するかどうかを確認する method_exists (PHP 4, PHP 5, PHP 7, PHP 8) method_exists — クラスメソッドが存在するかどうかを確認する 説明 method_exists ( object | string $object_or_class , string $method ): ...
https://man.plustar.jp/php/function.method-exists.html - [similar]
特殊カラムを取得する 0
« odbc_setoption odbc_statistics » PHP Manual ODBC 関数 特殊カラムを取得する odbc_specialcolumns (PHP 4, PHP 5, PHP 7, PHP 8) odbc_specialcolumns — 特殊カラムを取得する 説明 odbc_specialcolumns ( resource $odbc , int $type , ? string $catalog , string $schema , string $table , int $scope ...
https://man.plustar.jp/php/function.odbc-specialcolumns.html - [similar]
return 0
« declare require » PHP Manual 制御構造 return return (PHP 4, PHP 5, PHP 7, PHP 8) return は、プログラムの制御を呼び出し元に戻します。 呼び出し側のモジュールでは、呼び出しの次の式から続行します。 関数内で呼び出されると、 return 文は即座に その関数の実行を停止し、引数を関数の値として返しま ...
https://man.plustar.jp/php/function.return.html - [similar]
ファイルからの YAML ストリームをパースする 0
« yaml_emit yaml_parse_url » PHP Manual Yaml 関数 ファイルからの YAML ストリームをパースする yaml_parse_file (PECL yaml >= 0.4.0) yaml_parse_file — ファイルからの YAML ストリームをパースする 説明 yaml_parse_file ( string $filename , int $pos = 0 , int &$ndocs = ? , array $callbacks = nul ...
https://man.plustar.jp/php/function.yaml-parse-file.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
新機能 0
« PHP 7.3.x から PHP 7.4.x への移行 新しいクラスとインターフェイス » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新機能 新機能 PHP コア 型付きプロパティ クラスのプロパティは、新たに型宣言をサポートするようになりました <?php class User { public int $id ; public string $name ; } ?> 上の例 ...
https://man.plustar.jp/php/migration74.new-features.html - [similar]