検索

phrase: max: clip:
target: order:
Results of 281 - 290 of about 1814 for [SIMILAR] 16 1024 4096 WITH 34873 報告 WITH 9962... (0.926 sec.)
クラス定数がprivateかを調べる 0
« ReflectionClassConstant::isFinal ReflectionClassConstant::isProtected » PHP Manual ReflectionClassConstant クラス定数がprivateかを調べる ReflectionClassConstant::isPrivate (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::isPrivate — クラス定数がprivateかを調べる 説明 public ReflectionC ...
https://man.plustar.jp/php/reflectionclassconstant.isprivate.html - [similar]
クラス定数が protected かを調べる 0
« ReflectionClassConstant::isPrivate ReflectionClassConstant::isPublic » PHP Manual ReflectionClassConstant クラス定数が protected かを調べる ReflectionClassConstant::isProtected (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::isProtected — クラス定数が protected かを調べる 説明 public ...
https://man.plustar.jp/php/reflectionclassconstant.isprotected.html - [similar]
クラス定数が public かを調べる 0
« ReflectionClassConstant::isProtected ReflectionClassConstant::__toString » PHP Manual ReflectionClassConstant クラス定数が public かを調べる ReflectionClassConstant::isPublic (PHP 7 >= 7.1.0, PHP 8) ReflectionClassConstant::isPublic — クラス定数が public かを調べる 説明 public Reflecti ...
https://man.plustar.jp/php/reflectionclassconstant.ispublic.html - [similar]
クラス定数が final かどうかを調べる 0
« ReflectionClassConstant::getValue ReflectionClassConstant::isPrivate » PHP Manual ReflectionClassConstant クラス定数が final かどうかを調べる ReflectionClassConstant::isFinal (PHP 8 >= 8.1.0) ReflectionClassConstant::isFinal — クラス定数が final かどうかを調べる 説明 public ReflectionC ...
https://man.plustar.jp/php/reflectionclassconstant.isfinal.html - [similar]
直近の fdf エラーコードについての説明を返す 0
« fdf_errno fdf_get_ap » PHP Manual FDF 関数 直近の fdf エラーコードについての説明を返す fdf_error (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN) fdf_error — 直近の fdf エラーコードについての説明を返す 説明 fdf_error ( int $error_code = -1 ): string error_code で指定したエラーコードについ ...
https://man.plustar.jp/php/function.fdf-error.html - [similar]
ソケットの直近のエラーを返す 0
« socket_import_stream socket_listen » PHP Manual ソケット 関数 ソケットの直近のエラーを返す socket_last_error (PHP 4 >= 4.1.0, PHP 5, PHP 7, PHP 8) socket_last_error — ソケットの直近のエラーを返す 説明 socket_last_error ( ? Socket $socket = null ): int Socket クラスのインスタンスをこの関 ...
https://man.plustar.jp/php/function.socket-last-error.html - [similar]
最後に発生したエラーを取得する 0
« error_clear_last error_log » PHP Manual エラー処理関数 最後に発生したエラーを取得する error_get_last (PHP 5 >= 5.2.0, PHP 7, PHP 8) error_get_last — 最後に発生したエラーを取得する 説明 error_get_last (): ? array 最後に発生したエラーについての情報を取得します。 パラメータ この関数にはパ ...
https://man.plustar.jp/php/function.error-get-last.html - [similar]
XML パーサのエラー文字列を得る 0
« XML パーサ 関数 xml_get_current_byte_index » PHP Manual XML パーサ 関数 XML パーサのエラー文字列を得る xml_error_string (PHP 4, PHP 5, PHP 7, PHP 8) xml_error_string — XML パーサのエラー文字列を得る 説明 xml_error_string ( int $error_code ): ? string エラーコード error_code の説明を有す ...
https://man.plustar.jp/php/function.xml-error-string.html - [similar]
libxml のエラー処理関数によるエラー処理 0
« collection.xml および collection.xsl ファイルの例 XSLTProcessor » PHP Manual 例 libxml のエラー処理関数によるエラー処理 libxml のエラー処理関数によるエラー処理 libxml にはエラー処理用の関数が用意されており、これらを使うと、 XSLT の処理中のエラーを捕らえて対応できます。 例1 fruits.xml 妥 ...
https://man.plustar.jp/php/xsl.examples-errors.html - [similar]
定数式における列挙型の値 0
« トレイト オブジェクトとの違い » PHP Manual 列挙型(Enum) 定数式における列挙型の値 定数式における列挙型の値 列挙型の case は、定数として表現されているので、 ほとんどの定数式の中で静的な値として使えます。 つまり、プロパティのデフォルト値や、 static 変数のデフォルト値、引数のデフォルト値、 ...
https://man.plustar.jp/php/language.enumerations.expressions.html - [similar]