検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 1433 for [SIMILAR] 16 1024 4096 WITH 20015 myclass WITH 5... (8.102 sec.)
IntlChar クラス 0
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) はじめに IntlChar クラスは、 Unicode 文字に関する情報にアクセスするための、 たくさんの便利メソッドを提供しています。 このクラスのメソッドと定数は、 依存している ICU ライブラリで使われている名 ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
ReflectionProperty オブジェクトを作成する 0
« ReflectionProperty::__clone ReflectionProperty::export » PHP Manual ReflectionProperty ReflectionProperty オブジェクトを作成する ReflectionProperty::__construct (PHP 5, PHP 7, PHP 8) ReflectionProperty::__construct — ReflectionProperty オブジェクトを作成する 説明 public ReflectionPrope ...
https://man.plustar.jp/php/reflectionproperty.construct.html - [similar]
定数を未定義化 0
« uopz_set_static uopz_unset_hook » PHP Manual Uopz 関数 定数を未定義化 uopz_undefine (PECL uopz 1, PECL uopz 2, PECL uopz 5, PECL uopz 6, PECL uopz 7) uopz_undefine — 定数を未定義化 説明 uopz_undefine ( string $constant ): bool uopz_undefine ( string $class , string $constant ): bool 実 ...
https://man.plustar.jp/php/function.uopz-undefine.html - [similar]
インターフェイスが宣言されているかどうかを確認する 0
« get_parent_class is_a » PHP Manual クラス/オブジェクト関数 インターフェイスが宣言されているかどうかを確認する interface_exists (PHP 5 >= 5.0.2, PHP 7, PHP 8) interface_exists — インターフェイスが宣言されているかどうかを確認する 説明 interface_exists ( string $interface , bool $autoload ...
https://man.plustar.jp/php/function.interface-exists.html - [similar]
最初の引数で指定したコールバック関数をコールする 0
« call_user_func_array create_function » PHP Manual 関数処理 関数 最初の引数で指定したコールバック関数をコールする call_user_func (PHP 4, PHP 5, PHP 7, PHP 8) call_user_func — 最初の引数で指定したコールバック関数をコールする 説明 call_user_func ( callable $callback , mixed ...$args ): mi ...
https://man.plustar.jp/php/function.call-user-func.html - [similar]
下位互換性のない変更点 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]
PHP 7.4.x で推奨されなくなる機能 0
« 下位互換性のない変更点 削除された拡張モジュール » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 PHP 7.4.x で推奨されなくなる機能 PHP 7.4.x で推奨されなくなる機能 PHPコア 明示的に括弧で囲わずに三項演算子をネストする 三項演算子をネストする場合、演算の順番を示すために明示的に括弧で囲わなけ ...
https://man.plustar.jp/php/migration74.deprecated.html - [similar]
指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTimeImmuta... 0
« DateTimeImmutable::createFromFormat DateTimeImmutable::createFromMutable » PHP Manual DateTimeImmutable 指定された DateTimeInterface オブジェクトをカプセル化した、新しい DateTimeImmutable オブジェクトを返す DateTimeImmutable::createFromInterface (PHP 8) DateTimeImmutable::createFromInt ...
https://man.plustar.jp/php/datetimeimmutable.createfrominterface.html - [similar]
リフレクションをエクスポートする 0
« ReflectionClassConstant::__construct ReflectionClassConstant::getAttributes » PHP Manual ReflectionClassConstant リフレクションをエクスポートする ReflectionClassConstant::export (PHP 7 >= 7.1.0) ReflectionClassConstant::export — リフレクションをエクスポートする 警告 この関数は PHP 7.4. ...
https://man.plustar.jp/php/reflectionclassconstant.export.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]