検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 215 for [SIMILAR] 16 1024 4096 WITH 16701 getdeclaringcl... (0.376 sec.)
列挙型が定義されているかを調べる 0
« class_exists get_called_class » PHP Manual クラス/オブジェクト関数 列挙型が定義されているかを調べる enum_exists (PHP 8 >= 8.1.0) enum_exists — 列挙型が定義されているかを調べる 説明 enum_exists ( string $enum , bool $autoload = true ): bool この関数は、指定された列挙型が定義されているか ...
https://man.plustar.jp/php/function.enum-exists.html - [similar]
MIME エンコードされたテキストを UTF-8 に変換する 0
« imap_utf8_to_mutf7 IMAP\Connection » PHP Manual IMAP 関数 MIME エンコードされたテキストを UTF-8 に変換する imap_utf8 (PHP 4, PHP 5, PHP 7, PHP 8) imap_utf8 — MIME エンコードされたテキストを UTF-8 に変換する 説明 imap_utf8 ( string $mime_encoded_text ): string 宣言されている文字セットを ...
https://man.plustar.jp/php/function.imap-utf8.html - [similar]
変数が null かどうか調べる 0
« is_long is_numeric » PHP Manual 変数操作 関数 変数が null かどうか調べる is_null (PHP 4 >= 4.0.4, PHP 5, PHP 7, PHP 8) is_null — 変数が null かどうか調べる 説明 is_null ( mixed $value ): bool 指定した変数が null かどうかを調べます。 パラメータ value 評価する変数。 戻り値 value が null ...
https://man.plustar.jp/php/function.is-null.html - [similar]
新機能 0
« PHP 7.0.x から PHP 7.1.x への移行 新しい関数 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 新機能 新機能 nullable な型 パラメータや戻り値の型宣言で nullable 指定ができるようになりました。 型の前にクエスチョンマークをつけると、nullable であることを指定できます。 nullable 指定をすると、 ...
https://man.plustar.jp/php/migration71.new-features.html - [similar]
実行する 0
« ReflectionMethod::getPrototype ReflectionMethod::invokeArgs » PHP Manual ReflectionMethod 実行する ReflectionMethod::invoke (PHP 5, PHP 7, PHP 8) ReflectionMethod::invoke — 実行する 説明 public ReflectionMethod::invoke ( ? object $object , mixed ...$args ): mixed メソッドを実行します。 ...
https://man.plustar.jp/php/reflectionmethod.invoke.html - [similar]
実行する 0
« ReflectionMethod::invoke ReflectionMethod::isAbstract » PHP Manual ReflectionMethod 実行する ReflectionMethod::invokeArgs (PHP 5 >= 5.1.2, PHP 7, PHP 8) ReflectionMethod::invokeArgs — 実行する 説明 public ReflectionMethod::invokeArgs ( ? object $object , array $args ): mixed リフレクシ ...
https://man.plustar.jp/php/reflectionmethod.invokeargs.html - [similar]
配列を受け取るパラメータであるかどうかを調べる 0
« ReflectionParameter::hasType ReflectionParameter::isCallable » PHP Manual ReflectionParameter 配列を受け取るパラメータであるかどうかを調べる ReflectionParameter::isArray (PHP 5 >= 5.1.2, PHP 7, PHP 8) ReflectionParameter::isArray — 配列を受け取るパラメータであるかどうかを調べる 警告 こ ...
https://man.plustar.jp/php/reflectionparameter.isarray.html - [similar]
ドキュメントで使用している名前空間を返す 0
« SimpleXMLElement::getName SimpleXMLElement::registerXPathNamespace » PHP Manual SimpleXMLElement ドキュメントで使用している名前空間を返す SimpleXMLElement::getNamespaces (PHP 5 >= 5.1.2, PHP 7, PHP 8) SimpleXMLElement::getNamespaces — ドキュメントで使用している名前空間を返す 説明 publi ...
https://man.plustar.jp/php/simplexmlelement.getnamespaces.html - [similar]
XML データに Xpath クエリを実行する 0
« SimpleXMLElement::__toString SimpleXMLIterator » PHP Manual SimpleXMLElement XML データに Xpath クエリを実行する SimpleXMLElement::xpath (PHP 5, PHP 7, PHP 8) SimpleXMLElement::xpath — XML データに Xpath クエリを実行する 説明 public SimpleXMLElement::xpath ( string $expression ): array ...
https://man.plustar.jp/php/simplexmlelement.xpath.html - [similar]
パースする XML を含む URI を設定する 0
« XMLReader::next XMLReader::read » PHP Manual XMLReader パースする XML を含む URI を設定する XMLReader::open (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader::open — パースする XML を含む URI を設定する 説明 public static XMLReader::open ( string $uri , ? string $encoding = null , int $flags = ...
https://man.plustar.jp/php/xmlreader.open.html - [similar]