検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 74 for self (0.029 sec.)
列挙型とメソッド 8248
« 値に依存した列挙型(Backed Enum) 列挙型と static メソッド » PHP Manual 列挙型(Enum) 列挙型とメソ ... ts UnitEnum , Colorful { public const Hearts = new self ( 'Hearts' ); public const Diamonds = new self ( ' ... Diamonds' ); public const Clubs = new self ( 'Clubs' ); public const Spades = new self ( 'Spa ...
https://man.plustar.jp/php/language.enumerations.methods.html - [similar]
The EventSslContext class 7760
« EventListener::setErrorCallback EventSslContext::__construct » PHP Manual Event The EventSslCo ... ; const int OPT_CA_PATH = 5 ; const int OPT_ALLOW_SELF_SIGNED = 6 ; const int OPT_VERIFY_PEER = 7 ; const ... should be searched for. EventSslContext::OPT_ALLOW_SELF_SIGNED Key for an item of the options' array used ... ext::__construct() . Represents option that allows self-signed certificates. EventSslContext::OPT_VERIFY_P ...
https://man.plustar.jp/php/class.eventsslcontext.html - [similar]
スコープ定義演算子 (::) 7760
« オブジェクトの継承 static キーワード » PHP Manual クラスとオブジェクト スコープ定義演算子 (::) ... 用いてクラスを参照することも可能です。 変数の値に ( self や parent 、 static といった) キーワードを指定する ... MyClass :: CONST_VALUE ; ?> 三つの特別なキーワード self と parent そして static がクラス定義の内部からプロ ... olon () { echo parent :: CONST_VALUE . "\n" ; echo self :: $my_static . "\n" ; } } $classname = 'OtherClas ...
https://man.plustar.jp/php/language.oop5.paamayim-nekudotayim.html - [similar]
ペンディングシグナル用のハンドラをコールする 7370
« pcntl_setpriority pcntl_signal_get_handler » PHP Manual PCNTL 関数 ペンディングシグナル用のハン ... called\n" ; }); echo "Generating signal SIGHUP to self...\n" ; posix_kill ( posix_getpid (), SIGHUP ); ec ... ling signal handler... Generating signal SIGHUP to self... Dispatching... signal handler called Done 参考 ...
https://man.plustar.jp/php/function.pcntl-signal-dispatch.html - [similar]
例外を拡張する 7370
« 例外(exceptions) ファイバー » PHP Manual 例外(exceptions) 例外を拡張する 例外を拡張する 組み込 ... ROW_DEFAULT = 2 ; function __construct ( $avalue = self :: THROW_NONE ) { switch ( $avalue ) { case self : ... n ( '1 is an invalid parameter' , 5 ); break; case self :: THROW_DEFAULT : // デフォルト例外を投げる throw ...
https://man.plustar.jp/php/language.exceptions.extending.html - [similar]
RecursiveIteratorIterator クラス 7273
« RecursiveFilterIterator::hasChildren RecursiveIteratorIterator::beginChildren » PHP Manual イテ ... { /* 定数 */ const int LEAVES_ONLY = 0 ; const int SELF_FIRST = 1 ; const int CHILD_FIRST = 2 ; const int ... orIterator::LEAVES_ONLY RecursiveIteratorIterator::SELF_FIRST RecursiveIteratorIterator::CHILD_FIRST Recur ...
https://man.plustar.jp/php/class.recursiveiteratoriterator.html - [similar]
最大 4 つまでの $_SERVER 変数を実行時に変更させる 7175
« Phar::mount Phar::offsetExists » PHP Manual Phar 最大 4 つまでの $_SERVER 変数を実行時に変更さ ... phar の実行時に変更できる変数は REQUEST_URI 、 PHP_SELF 、 SCRIPT_NAME そして SCRIPT_FILENAME です。 このメ ... となります。 パラメータ variables REQUEST_URI 、 PHP_SELF 、 SCRIPT_NAME および SCRIPT_FILENAME を含む配列。 ...
https://man.plustar.jp/php/phar.mungserver.html - [similar]
OCI8 Transparent Application Failover (TAF) Support 7078
« OCI8 高速アプリケーション通知 (FAN) サポート OCI8 および DTrace 動的トレーシング » PHP Manual ... standby database, or the same database instance itself. See » Oracle Call Interface Programmer's Guide fo ... pe == OCI_FO_SELECT ) ? "SELECT" : "UNKNOWN!" ))); self :: $retry_count = 0 ; break; case OCI_FO_ABORT : / ... ng if we have already attempted for 20 times. if ( self :: $retry_count >= 20 ) return 0 ; printf ( " Fail ... er error received. Sleeping...\n" ); sleep ( 10 ); self :: $retry_count ++; return OCI_FO_RETRY ; // retry ...
https://man.plustar.jp/php/oci8.taf.html - [similar]
RecursiveIteratorIterator を作成する 7078
« RecursiveIteratorIterator::callHasChildren RecursiveIteratorIterator::current » PHP Manual Rec ... ードだけを取り上げます。 RecursiveIteratorIterator::SELF_FIRST - イテレーションで葉と親を (親から先に) 取り ... 0 0 => leaf-0-0 $mode = RecursiveIteratorIterator::SELF_FIRST の場合の出力 0 => Array 0 => Array 0 => Arra ...
https://man.plustar.jp/php/recursiveiteratoriterator.construct.html - [similar]
要件 7078
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 if you want to use ... msgpack as packager, you need compile Yar by your self with ./configure --enable-msgpack 関連キーワード: ...
https://man.plustar.jp/php/yar.requirements.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT