検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 653 for static (0.047 sec.)
Get SeasLog request_id differentiated requests 4403
« SeasLog::getLastLogger SeasLog::getRequestVariable » PHP Manual SeasLog Get SeasLog request_id ... Log request_id differentiated requests 説明 public static SeasLog::getRequestID (): string To distinguish a ... ction, the unique value generated by the built-in `static char *get_uniqid ()` function is used when the req ... ん。 戻り値 Return string generated by the built-in `static char *get_uniqid ()` function, or setted by SeasLo ... equests , Get , getRequestID , string , function , static , setRequestId ...
https://man.plustar.jp/php/seaslog.getrequestid.html - [similar]
文字列から XML を読み込む 4375
« DOMDocument::loadHTMLFile DOMDocument::normalizeDocument » PHP Manual DOMDocument 文字列から X ... た場合に true を、失敗した場合に false を返します。 staticメソッドとしてコールされた場合には DOMDocument を返し ... PHP 8.0.0 より前のバージョンでは、このメソッドは、staticメソッドとしてコールすることも できましたが 、 E_DEP ... 発生していました。 PHP 8.0.0 以降では、このメソッドをstaticメソッドとしてコールすると Error がスローされます。 ... oot>' ); echo $doc -> saveXML (); ?> 例2 loadXML をstaticメソッドとしてコールする <?php // E_DEPRECATED エラー ...
https://man.plustar.jp/php/domdocument.loadxml.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 4375
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラス ... 値を返しません。 変更履歴 バージョン 説明 uopz 6.0.0 static なメンバは、この関数でサポートされなくなりました。 ... 出力は以下となります。 mockA 例3 uopz_set_mock() と static メンバ uopz 6.0.0 以降、static なメンバはサポートさ ... りました。 <?php class A { const CON = 'A' ; public static function who () { echo "A" ; } } uopz_set_mock ( A ... ::class, new class { const CON = 'mockA' ; public static function who () { echo "mockA" ; } }); echo A :: C ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]
無名関数 4375
« 内部(ビルトイン)関数 アロー関数 » PHP Manual 関数 無名関数 無名関数 無名関数は クロージャ と ... す。 現在のクラスへの自動バインドを望まない場合は、 static な無名関数 を使いましょう。 static な無名関数 stat ... ジェクトも、実行時にはバインドされなくなります。 例6 static な無名関数内での $this の使用例 <?php class Foo { ... function __construct () { $func = static function() { var_dump ( $this ); }; $func (); } }; ... Undefined variable: this in %s on line %d NULL 例7 static な無名関数へのオブジェクトのバインド <?php $func = ...
https://man.plustar.jp/php/functions.anonymous.html - [similar]
DateTimeImmutable クラス 4310
« DateTime::sub DateTimeImmutable::add » PHP Manual Date/Time DateTimeImmutable クラス DateTimeI ... DateInterval $interval ): DateTimeImmutable public static createFromFormat ( string $format , string $dateti ... imezone = null ): DateTimeImmutable | false public static createFromInterface ( DateTimeInterface $object ): ... DateTimeImmutable public static createFromMutable ( DateTime $object ): DateTimeIm ... mutable public static getLastErrors (): array | false public modify ( st ...
https://man.plustar.jp/php/class.datetimeimmutable.html - [similar]
The Swoole\Serialize class 4310
« Swoole\Redis\Server::start Swoole\Serialize::pack » PHP Manual Swoole The Swoole\Serialize cla ... 概要 class Swoole\Serialize { /* メソッド */ public static pack ( string $data , int $is_fast = ? ): ReturnTy ... pe public static unpack ( string $data , string $args = ? ): Return ... ize , data , pack , string , unpack , ReturnType , static , public , メソッド ...
https://man.plustar.jp/php/class.swoole-serialize.html - [similar]
IntlBreakIterator クラス 4281
« Transliterator::transliterate IntlBreakIterator::__construct » PHP Manual intl IntlBreakIterat ... 200 ; /* メソッド */ private __construct () public static createCharacterInstance ( ? string $locale = null ... ): ? IntlBreakIterator public static createCodePointInstance (): IntlCodePointBreakIter ... ator public static createLineInstance ( ? string $locale = null ): ? ... IntlBreakIterator public static createSentenceInstance ( ? string $locale = null ) ...
https://man.plustar.jp/php/class.intlbreakiterator.html - [similar]
Reflection クラス 4281
« 拡張 Reflection::export » PHP Manual リフレクション Reflection クラス Reflection クラス (PHP 5 ... クラス概要 class Reflection { /* メソッド */ public static export ( Reflector $reflector , bool $return = fal ... se ): string public static getModifierNames ( int $modifiers ): array } 目次 ... on , クラス , getModifierNames , export , public , static , 名前 , 修飾 , array , modifiers ...
https://man.plustar.jp/php/class.reflection.html - [similar]
Transliterator クラス 4281
« Spoofchecker::setChecks Transliterator::__construct » PHP Manual intl Transliterator クラス Tr ... /* メソッド */ final private __construct () public static create ( string $id , int $direction = Translitera ... tor::FORWARD ): ? Transliterator public static createFromRules ( string $rules , int $direction = ... e public getErrorMessage (): string | false public static listIDs (): array | false public transliterate ( s ... Transliterator , クラス , public , int , string , static , 取得 , construct , 作成 , 直近 ...
https://man.plustar.jp/php/class.transliterator.html - [similar]
The Yaconf class 4281
« 定義済み定数 Yaconf::get » PHP Manual Yaconf The Yaconf class The Yaconf class (PECL yaconf >= ... e. クラス概要 class Yaconf { /* メソッド */ public static get ( string $name , mixed $default_value = NULL ) ... : mixed public static has ( string $name ): bool } 目次 Yaconf::get — Re ... em exists 関連キーワード: Yaconf , item , string , static , public , result , クラス , Determine , Retrieve ...
https://man.plustar.jp/php/class.yaconf.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT