検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 1444 for [SIMILAR] 16 1024 4096 WITH 39127 isset WITH 857... (0.863 sec.)
下位互換性のない変更点 0
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x への移行 下位互換性のない変更点 下位互換性のない変更点 関数に渡す引数が少ない場合の挙動 これまでのバージョンでは、ユーザー定義の関数に渡す引数が足りない場合は warning が発生していました。PHP 7.1 ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
名前空間の名前を取得する 0
« ReflectionClass::getName ReflectionClass::getParentClass » PHP Manual ReflectionClass 名前空間の名前を取得する ReflectionClass::getNamespaceName (PHP 5 >= 5.3.0, PHP 7, PHP 8) ReflectionClass::getNamespaceName — 名前空間の名前を取得する 説明 public ReflectionClass::getNamespaceName (): ...
https://man.plustar.jp/php/reflectionclass.getnamespacename.html - [similar]
短い名前を取得する 0
« ReflectionClass::getReflectionConstants ReflectionClass::getStartLine » PHP Manual ReflectionClass 短い名前を取得する ReflectionClass::getShortName (PHP 5 >= 5.3.0, PHP 7, PHP 8) ReflectionClass::getShortName — 短い名前を取得する 説明 public ReflectionClass::getShortName (): string 名前 ...
https://man.plustar.jp/php/reflectionclass.getshortname.html - [similar]
整数値の除算 0
« hypot is_finite » PHP Manual Math 関数 整数値の除算 intdiv (PHP 7, PHP 8) intdiv — 整数値の除算 説明 intdiv ( int $num1 , int $num2 ): int num1 を num2 で割った整数商を返します。 パラメータ num1 割られる数。 num2 num1 を割る数。 戻り値 num1 を num2 で割った整数商。 エラー / 例外 num2 が ...
https://man.plustar.jp/php/function.intdiv.html - [similar]
名前空間内にあるかどうかを調べる 0
« ReflectionClass::implementsInterface ReflectionClass::isAbstract » PHP Manual ReflectionClass 名前空間内にあるかどうかを調べる ReflectionClass::inNamespace (PHP 5 >= 5.3.0, PHP 7, PHP 8) ReflectionClass::inNamespace — 名前空間内にあるかどうかを調べる 説明 public ReflectionClass::inName ...
https://man.plustar.jp/php/reflectionclass.innamespace.html - [similar]
配列からシンボルテーブルに変数をインポートする 0
« end in_array » PHP Manual 配列 関数 配列からシンボルテーブルに変数をインポートする extract (PHP 4, PHP 5, PHP 7, PHP 8) extract — 配列からシンボルテーブルに変数をインポートする 説明 extract ( array &$array , int $flags = EXTR_OVERWRITE , string $prefix = "" ): int 配列からシンボルテーブ ...
https://man.plustar.jp/php/function.extract.html - [similar]
Determines if the deque contains given values 0
« Ds\Deque::__construct Ds\Deque::copy » PHP Manual Deque Determines if the deque contains given values Ds\Deque::contains (PECL ds >= 1.0.0) Ds\Deque::contains — Determines if the deque contains given values 説明 public Ds\Deque::contains ( mixed ...$values ): bool Determines if the deq ...
https://man.plustar.jp/php/ds-deque.contains.html - [similar]
Determines if the sequence contains given values 0
« Ds\Sequence::capacity Ds\Sequence::filter » PHP Manual Sequence Determines if the sequence contains given values Ds\Sequence::contains (PECL ds >= 1.0.0) Ds\Sequence::contains — Determines if the sequence contains given values 説明 abstract public Ds\Sequence::contains ( mixed ...$valu ...
https://man.plustar.jp/php/ds-sequence.contains.html - [similar]
Determines if the vector contains given values 0
« Ds\Vector::__construct Ds\Vector::copy » PHP Manual Vector Determines if the vector contains given values Ds\Vector::contains (PECL ds >= 1.0.0) Ds\Vector::contains — Determines if the vector contains given values 説明 public Ds\Vector::contains ( mixed ...$values ): bool Determines if ...
https://man.plustar.jp/php/ds-vector.contains.html - [similar]
環境変数の値を取得する 0
« get_resources getlastmod » PHP Manual PHP オプション/情報 関数 環境変数の値を取得する getenv (PHP 4, PHP 5, PHP 7, PHP 8) getenv — 環境変数の値を取得する 説明 getenv ( string $varname , bool $local_only = false ): string | false getenv (): array 環境変数の値を取得します。 phpinfo() を使 ...
https://man.plustar.jp/php/function.getenv.html - [similar]