検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 653 for static (0.011 sec.)
可変関数 5131
« 戻り値 内部(ビルトイン)関数 » PHP Manual 関数 可変関数 可変関数 PHP は可変関数(variable func ... $funcname (); // $foo->Variable() をコールする ?> staticメソッドをコールするときには、関数呼び出しのほうがst ... aticプロパティ演算子よりも優先されます。 例3 staticプロパティを含む可変メソッドの例 <?php class Foo { s ... tatic $variable = 'static property' ; static function Variable () { echo 'Me ... e called' ; } } echo Foo :: $variable ; // これは 'static property' を表示します。このスコープにおいて $vari ...
https://man.plustar.jp/php/functions.variable-functions.html - [similar]
リクエストをルーティングする 5131
« Yaf_Route_Static::match Yaf_Route_Supervar » PHP Manual Yaf_Route_Static リクエストをルーティン ... グする Yaf_Route_Static::route (Yaf >=1.0.0) Yaf_Route_Static::route — リク ... エストをルーティングする 説明 public Yaf_Route_Static::route ( Yaf_Request_Abstract $request ): bool 警告 ... est 戻り値 常に true を返します。 例 例1 Yaf_Route_Static::route() の例 // assuming there is only one module ... Yaf , route , Route , リクエスト , ルーティング , Static , default , module , Request , yourdomain ...
https://man.plustar.jp/php/yaf-route-static.route.html - [similar]
トレイト 5103
« オブジェクト インターフェイス 無名クラス » PHP Manual クラスとオブジェクト トレイト トレイト P ... $val ) { $this -> world = $val ; } } ?> トレイトの static メンバー トレイトでは、static 変数、static メソッド ...static プロパティを定義できます。 注意 : PHP 8.1.0 以降で ... は、トレイトにある static メソッドや、 static プロパティに直接アクセスするこ ... 使っているクラスからのみアクセスすべきものです。 例9 static変数 <?php trait Counter { public function inc () { ...
https://man.plustar.jp/php/language.oop5.traits.html - [similar]
Phar クラス 5074
« Phar のシグネチャの書式 Phar::addEmptyDir » PHP Manual Phar Phar クラス Phar クラス (PHP 5 >= ... $localName , string $contents ): void final public static apiVersion (): string public buildFromDirectory ( ... string $baseDirectory = null ): array final public static canCompress ( int $compression = 0 ): bool final p ... ublic static canWrite (): bool public compress ( int $compressi ... unt ( int $mode = COUNT_NORMAL ): int final public static createDefaultStub ( ? string $index = null , ? str ...
https://man.plustar.jp/php/class.phar.html - [similar]
PHP 7.0.x で推奨されなくなる機能 5045
« 新機能 変更された関数 » PHP Manual PHP 5.6.x から PHP 7.0.x への移行 PHP 7.0.x で推奨されなくな ... deprecated constructor in example.php on line 3 非 static メソッドに対する static 呼び出し static 宣言されて ... いないメソッドに対する static 呼び出しが非推奨となりました。 将来的には削除される ... <?php class foo { function bar () { echo 'I am not static!' ; } } foo :: bar (); ?> 上の例の出力は以下となり ... ます。 Deprecated: Non-static method foo::bar() should not be called statically ...
https://man.plustar.jp/php/migration70.deprecated.html - [similar]
BackedEnum インターフェイス 4987
« UnitEnum::cases BackedEnum::from » PHP Manual 定義済みのインターフェイスとクラス BackedEnum イ ... ackedEnum extends UnitEnum { /* メソッド */ public static from ( int | string $value ): static public static ... tryFrom ( int | string $value ): ? static /* 継承したメソッド */ public static UnitEnum::cas ... ップするか、null を返す 関連キーワード: BackedEnum , static , メソッド , from , 定義 , public , UnitEnum , スカ ...
https://man.plustar.jp/php/class.backedenum.html - [similar]
The Swoole\Timer class 4987
« Swoole\Table::valid Swoole\Timer::after » PHP Manual Swoole The Swoole\Timer class The Swoole\ ... ラス概要 class Swoole\Timer { /* メソッド */ public static after ( int $after_time_ms , callable $callback ): ... void public static clear ( int $timer_id ): void public static exists ... ( int $timer_id ): bool public static tick ( int $interval_ms , callable $callback , str ... ド: Swoole , Timer , timer , after , public , int , static , callback , function , given ...
https://man.plustar.jp/php/class.swoole-timer.html - [similar]
IntlCodePointBreakIterator クラス 4872
« IntlRuleBasedBreakIterator::getRuleStatusVec IntlCodePointBreakIterator::getLastCodePoint » PH ... astCodePoint (): int /* 継承したメソッド */ public static IntlBreakIterator::createCharacterInstance ( ? str ... ing $locale = null ): ? IntlBreakIterator public static IntlBreakIterator::createCodePointInstance (): Int ... lCodePointBreakIterator public static IntlBreakIterator::createLineInstance ( ? string $ ... locale = null ): ? IntlBreakIterator public static IntlBreakIterator::createSentenceInstance ( ? stri ...
https://man.plustar.jp/php/class.intlcodepointbreakiterator.html - [similar]
ReflectionFunction オブジェクトを作成する 4872
« ReflectionFunction ReflectionFunction::export » PHP Manual ReflectionFunction ReflectionFuncti ... なカウンタ * * @return int */ function counter1 () { static $c = 0 ; return ++ $c ; } /** * 別の簡単なカウンタ ... * * @return int */ $counter2 = function() { static $d = 0 ; return ++ $d ; }; function dumpReflection ... , var_export ( $func -> getDocComment (), 1 )); // static変数が存在すれば表示します if ( $statics = $func -> ... getStaticVariables ()) { printf ( "---> Static variables: %s ...
https://man.plustar.jp/php/reflectionfunction.construct.html - [similar]
SolrUtils クラス 4807
« 例 SolrUtils::digestXmlResponse » PHP Manual Solr SolrUtils クラス SolrUtils クラス (PECL solr ... 要 abstract class SolrUtils { /* メソッド */ public static digestXmlResponse ( string $xmlresponse , int $par ... se_mode = 0 ): SolrObject public static escapeQueryChars ( string $str ): string | false p ... ublic static getSolrVersion (): string public static queryPhras ... 連キーワード: SolrUtils , string , クラス , public , static , digestXmlResponse , メソッド , SolrObject , quer ...
https://man.plustar.jp/php/class.solrutils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT