検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 74 for self (0.025 sec.)
列挙型と定数 6785
« 列挙型と static メソッド トレイト » PHP Manual 列挙型(Enum) 列挙型と定数 列挙型と定数 列挙型に ... l ; case Medium ; case Large ; public const Huge = self :: Large ; } ?> 関連キーワード: 定数 , private , p ...
https://man.plustar.jp/php/language.enumerations.constants.html - [similar]
オブジェクトのクローン作成 6785
« finalキーワード オブジェクトの比較 » PHP Manual クラスとオブジェクト オブジェクトのクローン作成 ... c function __construct () { $this -> instance = ++ self :: $instances ; } public function __clone () { $th ... is -> instance = ++ self :: $instances ; } } class MyCloneable { public $ob ...
https://man.plustar.jp/php/language.oop5.cloning.html - [similar]
新機能 6785
« 下位互換性のない変更点 PHP 5.6.x で推奨されなくなる機能 » PHP Manual PHP 5.5.x から PHP 5.6.x ... { const THREE = TWO + 1 ; const ONE_THIRD = ONE / self :: THREE ; const SENTENCE = 'THREE の値は ' . self ... :: THREE ; public function f ( $a = ONE + self :: THREE ) { return $a ; } } echo (new C )-> f (). ...
https://man.plustar.jp/php/migration56.new-features.html - [similar]
6687
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... es, create an EventSslContext // Optionally create self-signed certificates function init_ssl () { // We * ... ert or $local_pk file. To generate a key\n" , "and self-signed certificate, run:\n" , " openssl genrsa -ou ... VERIFY_PEER => true , EventSslContext :: OPT_ALLOW_SELF_SIGNED => false , )); return $ctx ; } } // Allow t ... PASSPHRASE => "test", EventSslContext :: OPT_ALLOW_SELF_SIGNED => true , )); return $ctx ; } $port = 9999 ...
https://man.plustar.jp/php/event.examples.html - [similar]
Constructs an OpenSSL context for use with Event classes 6687
« EventSslContext EventUtil » PHP Manual EventSslContext Constructs an OpenSSL context for use w ... VERIFY_PEER => true , EventSslContext :: OPT_ALLOW_SELF_SIGNED => false , )); ?> 関連キーワード: EventSslC ...
https://man.plustar.jp/php/eventsslcontext.construct.html - [similar]
値に依存した列挙型(Backed Enum) 6590
« 列挙型の基礎 列挙型とメソッド » PHP Manual 列挙型(Enum) 値に依存した列挙型(Backed Enum) 値に依 ... 下の2つのメソッドを公開しています: from(int|string): self スカラー値を受け取り、対応する Enum の case を返し ... ーとみなせる場合に役立ちます。 tryFrom(int|string): ?self スカラー値を受け取り、対応する Enum の case を返し ...
https://man.plustar.jp/php/language.enumerations.backed.html - [similar]
RecursiveTreeIterator を作成する 6590
« RecursiveTreeIterator::callHasChildren RecursiveTreeIterator::current » PHP Manual RecursiveTr ... TCH_GET_CHILD , int $mode = RecursiveTreeIterator::SELF_FIRST ) 新しい RecursiveTreeIterator を、指定した再 ...
https://man.plustar.jp/php/recursivetreeiterator.construct.html - [similar]
オープンされたモードがブロック出力を行うかどうかを調べる 6492
« mcrypt_enc_is_block_algorithm mcrypt_enc_self_test » PHP Manual Mcrypt 関数 オープンされたモー ...
https://man.plustar.jp/php/function.mcrypt-enc-is-block-mode.html - [similar]
Sets value of existing class or instance property 6492
« uopz_set_mock uopz_set_return » PHP Manual Uopz 関数 Sets value of existing class or instance ... ; public static function testStaticBar () { return self :: $staticBar ; } public function testBar () { ret ...
https://man.plustar.jp/php/function.uopz-set-property.html - [similar]
定義済のクラス 6492
« キーワードのリスト 定義済みの定数 » PHP Manual 予約語の一覧 定義済のクラス 定義済のクラス ここ ... な意味を持っているので、クラス名としては使えません。 self 現在のクラス 。 static 実行時における現在のクラス ...
https://man.plustar.jp/php/reserved.classes.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT