検索

phrase: max: clip:
target: order:
Results of 701 - 710 of about 946 for [SIMILAR] 16 1024 4096 WITH 23966 ロジ WITH 2384... (0.651 sec.)
はじめに 0
« SimpleXML インストール/設定 » PHP Manual SimpleXML はじめに はじめに SimpleXML拡張モジュールは、 XMLをオブジェクトにとても簡単かつ容易に変換するための機能を 提供します。変換後のオブジェクトでは、 通常のプロパティセレクタや配列反復子を用いて処理を行うことが 可能です。 関連キーワード: Si ...
https://man.plustar.jp/php/intro.simplexml.html - [similar]
例外(exceptions) 0
« PHP 7 でのエラー 例外を拡張する » PHP Manual 言語リファレンス 例外(exceptions) 例外(exceptions) 目次 例外を拡張する PHP は、他のプログラミング言語に似た例外モデルを有しています。 PHP 内で例外が投げられ ( throw され)、それが 捕捉され ( catch され) ます。発生した例外を 捕捉するには、コー ...
https://man.plustar.jp/php/language.exceptions.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]
新しく追加された関数 0
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新しく追加された関数 新しく追加された関数 PHP コア get_mangled_object_vars() password_algos() sapi_windows_set_ctrl_handler() GD imagecreatefromtga() マルチバイト文字列 mb_str_split() Ope ...
https://man.plustar.jp/php/migration74.new-functions.html - [similar]
パターン構文 0
« Perl とは異なる点 はじめに » PHP Manual PCRE のパターン パターン構文 パターン構文 目次 はじめに デリミタ メタ文字 エスケープシーケンス Unicode 文字プロパティ アンカー ドット 文字クラス 選択肢 内部オプション設定 サブパターン 繰り返し 後方参照 言明 再試行無しのサブパターン 条件付きサブパ ...
https://man.plustar.jp/php/reference.pcre.pattern.syntax.html - [similar]
クラス定数の ReflectionClassConstant を取得する 0
« ReflectionClass::getProperty ReflectionClass::getReflectionConstants » PHP Manual ReflectionClass クラス定数の ReflectionClassConstant を取得する ReflectionClass::getReflectionConstant (PHP 7 >= 7.1.0, PHP 8) ReflectionClass::getReflectionConstant — クラス定数の ReflectionClassConstant ...
https://man.plustar.jp/php/reflectionclass.getreflectionconstant.html - [similar]
宣言しているクラスを取得する 0
« ReflectionProperty::getAttributes ReflectionProperty::getDefaultValue » PHP Manual ReflectionProperty 宣言しているクラスを取得する ReflectionProperty::getDeclaringClass (PHP 5, PHP 7, PHP 8) ReflectionProperty::getDeclaringClass — 宣言しているクラスを取得する 説明 public ReflectionProp ...
https://man.plustar.jp/php/reflectionproperty.getdeclaringclass.html - [similar]
セッション関連 0
« fpm_get_status Sessions » PHP Manual 関数リファレンス セッション関連 セッション関連 Sessions — セッション処理 はじめに インストール/設定 定義済み定数 例 セッションのアップロード状況 セッション と セキュリティ セッション関数 SessionHandler — SessionHandler クラス SessionHandlerInterface ...
https://man.plustar.jp/php/refs.basic.session.html - [similar]
文書からフィールドを除去 0
« SolrDocument::unserialize SolrDocument::valid » PHP Manual SolrDocument 文書からフィールドを除去 SolrDocument::__unset (PECL solr >= 0.9.2) SolrDocument::__unset — 文書からフィールドを除去 説明 public SolrDocument::__unset ( string $fieldName ): bool フィールドがオブジェクトのプロパティ ...
https://man.plustar.jp/php/solrdocument.unset.html - [similar]
型宣言 0
« コールバック / Callable 型の相互変換 » PHP Manual 型 型宣言 型宣言 関数のパラメータや戻り値、 クラスのプロパティ (PHP 7.4.0 以降) に対して型を宣言することができます。 これによって、その値が特定の型であることを保証できます。 その型でない場合は、 TypeError がスローされます。 注意 : 親クラ ...
https://man.plustar.jp/php/language.types.declarations.html - [similar]