検索

phrase: max: clip:
target: order:
Results of 471 - 480 of about 5876 for Public (0.963 sec.)
ReflectionMethod を作成する 1989
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... od::__construct — ReflectionMethod を作成する 説明 public ReflectionMethod::__construct ( object | string $o ... ve signature (not supported with named arguments): public ReflectionMethod::__construct ( string $classMetho ... をインクリメントする * * @final * @static * @access public * @return int */ final public static function incr ... ethod -> isFinal () ? ' final' : '' , $method -> isPublic () ? ' public' : '' , $method -> isPrivate () ? ' ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
Ev クラス 1980
« Periodic ウォッチャーの操作モード Ev::backend » PHP Manual Ev Ev クラス Ev クラス (PECL ev >= ... st int BACKEND_MASK = 65535 ; /* メソッド */ final public static backend (): int final public static depth ( ... ): int final public static embeddableBackends (): int final public sta ... tic feedSignal ( int $signum ): void final public static feedSignalEvent ( int $signum ): void final ... public static iteration (): int final public static now ( ...
https://man.plustar.jp/php/class.ev.html - [similar]
遅延静的束縛 (Late Static Bindings) 1980
« オブジェクトの比較 オブジェクトと参照 » PHP Manual クラスとオブジェクト 遅延静的束縛 (Late Sta ... に解決されます。 例1 self:: の使用例 <?php class A { public static function who () { echo __CLASS__ ; } public ... test () { self :: who (); } } class B extends A { public static function who () { echo __CLASS__ ; } } B :: ... す。 例2 static:: のシンプルな使用法 <?php class A { public static function who () { echo __CLASS__ ; } public ... で、遅延静的束縛が行われます } } class B extends A { public static function who () { echo __CLASS__ ; } } B :: ...
https://man.plustar.jp/php/language.oop5.late-static-bindings.html - [similar]
DateTimeZone クラス 1970
« DateTime::__wakeup DateTimeZone::__construct » PHP Manual Date/Time DateTimeZone クラス DateTi ... 95 ; const int PER_COUNTRY = 4096 ; /* メソッド */ public __construct ( string $timezone ) public getLocatio ... n (): array | false public getName (): string public getOffset ( DateTimeInte ... rface $datetime ): int public getTransitions ( int $timestampBegin = PHP_INT_MIN ... , int $timestampEnd = PHP_INT_MAX ): array | false public static listAbbreviations (): array public static l ...
https://man.plustar.jp/php/class.datetimezone.html - [similar]
Directory クラス 1970
« 定義済み定数 Directory::close » PHP Manual ディレクトリ Directory クラス Directory クラス (PHP ... せん。 クラス概要 class Directory { /* プロパティ */ public readonly string $ path ; public readonly resource ... $ handle ; /* メソッド */ public close (): void public read (): string | false publ ... 関連キーワード: Directory , クラス , ディレクトリ , public , ハンドル , path , readonly , handle , 関数 , str ...
https://man.plustar.jp/php/class.directory.html - [similar]
The EventConfig class 1970
« About buffer event callbacks EventConfig::avoidMethod » PHP Manual Event The EventConfig class ... 1 = 2 ; const int FEATURE_FDS = 4 ; /* メソッド */ public avoidMethod ( string $method ): bool public __cons ... truct () public requireFeatures ( int $feature ): bool public setF ... lags ( int $flags ): bool public setMaxDispatchInterval ( int $max_interval , int $ ... ersion 関連キーワード: EventConfig , int , event , public , backend , Requires , FEATURE , single , max , se ...
https://man.plustar.jp/php/class.eventconfig.html - [similar]
The Swoole\Channel class 1970
« Swoole\Buffer::write Swoole\Channel::__construct » PHP Manual Swoole The Swoole\Channel class ... に クラス概要 class Swoole\Channel { /* メソッド */ public __destruct (): void public pop (): mixed public pu ... sh ( string $data ): bool public stats (): array } 目次 Swoole\Channel::__construct ... stats of swoole channel. 関連キーワード: Swoole , public , swoole , pop , data , stats , construct , destru ...
https://man.plustar.jp/php/class.swoole-channel.html - [similar]
リモートとローカルの DH/ECDH鍵 の公開値のための、共有シークレットを計算する 1970
« openssl_pkcs7_verify openssl_pkey_export_to_file » PHP Manual OpenSSL 関数 リモートとローカルの ... ymmetricKey | OpenSSLCertificate | array | string $public_key , OpenSSLAsymmetricKey | OpenSSLCertificate | ... 0 ): string | false openssl_pkey_derive() 関数は、 public_key と private_key を受け取り、 DH または EC鍵のた ... めの共有シークレットを生成します。 パラメータ public_key public_key は、共有シークレットを生成するための ... sFNLlcw= -----END PRIVATE KEY----- " ); // Load in public key $pub = openssl_pkey_get_public ( "-----BEGIN P ...
https://man.plustar.jp/php/function.openssl-pkey-derive.html - [similar]
x509証明書のデジタル署名を公開鍵で検証する 1970
« openssl_x509_read OpenSSLCertificate » PHP Manual OpenSSL 関数 x509証明書のデジタル署名を公開鍵 ... ymmetricKey | OpenSSLCertificate | array | string $public_key ): int openssl_x509_verify() 関数は、 certific ... ate 証明書が 公開鍵 public_key に対応する秘密鍵で署名されたかどうかを検証しま ... る値の一覧は キー/証明書パラメータ を参照ください。 public_key OpenSSLAsymmetricKey - openssl_get_publickey() ... た公開鍵 string - PEMエンコードされた鍵。"-----BEGIN PUBLIC KEY----- MIIBCgK..." のようなものです。 戻り値 署名 ...
https://man.plustar.jp/php/function.openssl-x509-verify.html - [similar]
The MongoDB\BSON\ObjectId class 1961
« MongoDB\BSON\MinKey::unserialize MongoDB\BSON\ObjectId::__construct » PHP Manual MongoDB\BSON ... onSerializable , Stringable { /* メソッド */ final public __construct ( string $id = ? ) final public getTim ... estamp (): int final public jsonSerialize (): mixed final public serialize (): ... string final public __toString (): string final public unserialize ( s ... ObjectId 関連キーワード: ObjectId , BSON , final , public , string , unserialize , construct , getTimestamp ...
https://man.plustar.jp/php/class.mongodb-bson-objectid.html - [similar]