検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 653 for static (0.021 sec.)
コールバック / Callable 4605
« NULL 型宣言 » PHP Manual 型 コールバック / Callable コールバック / Callable コールバックは、 c ... 数だけでなく、オブジェクトのメソッド あるいはクラスのstaticメソッドであってもかまいません。 受け渡し PHP 関数は ... e メソッドは、クラスの内部からはアクセスできます。 static メソッドの場合、オブジェクトのインスタンスは不要で ... !' ; } // コールバックメソッドの例 class MyClass { static function myCallbackMethod () { echo 'Hello World!' ... user_func ( 'my_callback_function' ); // タイプ 2: staticメソッドのコール call_user_func (array( 'MyClass' , ...
https://man.plustar.jp/php/language.types.callable.html - [similar]
関数処理 関数 4605
« 定義済み定数 call_user_func_array » PHP Manual 関数処理 関数処理 関数 関数処理 関数 目次 call_ ... 文字列のコードを評価し、動的に関数を作成する forward_static_call_array — static メソッドをコールし、引数を配列 ... で渡す forward_static_call — static メソッドをコールする func_get_arg — ... ード: 関数 , 処理 , func , call , function , 配列 , static , コール , 実行 , 登録 ...
https://man.plustar.jp/php/ref.funchand.html - [similar]
関数処理 4548
« filter_var はじめに » PHP Manual 変数・データ型関連 関数処理 関数処理 はじめに インストール/設 ... 文字列のコードを評価し、動的に関数を作成する forward_static_call_array — static メソッドをコールし、引数を配列 ... で渡す forward_static_call — static メソッドをコールする func_get_arg — ... , 処理 , function , func , 実行 , コール , 配列 , static , call , 定義 ...
https://man.plustar.jp/php/book.funchand.html - [similar]
暗号化フィルタ 4490
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... nc" , "decrypted.txt" ); class AES_CBC { protected static $KEY_SIZES = array( 'AES-128' => 16 , 'AES-192' => ... 24 , 'AES-256' => 32 ); protected static function key_size () { return self :: $KEY_SIZES [ ... 'AES-128' ]; } //default AES-128 public static function encryptFile ( $password , $input_stream , ... //overwrite placeholder fclose ( $fc ); } } public static function decryptFile ( $password , $aes_filename , ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
Uopz 関数 4490
« 定義済み定数 uopz_add_function » PHP Manual uopz Uopz 関数 Uopz 関数 目次 uopz_add_function — ... previous set return value for a function uopz_get_static — Gets the static variables from function or metho ... e a return value for an existing function uopz_set_static — Sets the static variables in function or method ... z , function , 関数 , Uopz , return , previously , static , property , mock , 定数 ...
https://man.plustar.jp/php/ref.uopz.html - [similar]
文字列から HTML を読み込む 4461
« DOMDocument::load DOMDocument::loadHTMLFile » PHP Manual DOMDocument 文字列から HTML を読み込む ... HTML でなくても 読み込むことができます。この関数をstaticメソッドとしてコールすると、 読み込んだ内容をもとに ... MDocument のプロパティを 設定する必要がない場合に、staticメソッドを実行することがあるでしょう。 パラメータ so ... た場合に true を、失敗した場合に false を返します。 static メソッドとしてコールされた場合には DOMDocument を返 ... PHP 8.0.0 より前のバージョンでは、このメソッドは、staticメソッドとしてコールすることも できましたが 、 E_DEP ...
https://man.plustar.jp/php/domdocument.loadhtml.html - [similar]
Closure クラス 4432
« Serializable::unserialize Closure::__construct » PHP Manual 定義済みのインターフェイスとクラス ... ure { /* メソッド */ private __construct () public static bind ( Closure $closure , ? object $newThis , obje ... ct | string | null $newScope = "static" ): ? Closure public bindTo ( ? object $newThis , ... object | string | null $newScope = "static" ): ? Closure public call ( object $newThis , mixe ... d ...$args ): mixed public static fromCallable ( callable $callback ): Closure } 目次 ...
https://man.plustar.jp/php/class.closure.html - [similar]
Zend に対するユーザー操作 4403
« runkit7_zval_inspect はじめに » PHP Manual PHP の振る舞いの変更 Zend に対するユーザー操作 Zend ... previous set return value for a function uopz_get_static — Gets the static variables from function or metho ... e a return value for an existing function uopz_set_static — Sets the static variables in function or method ... d , ユーザー , 操作 , return , previously , 設定 , static , mock ...
https://man.plustar.jp/php/book.uopz.html - [similar]
The EventUtil class 4403
« EventSslContext::__construct EventUtil::__construct » PHP Manual Event The EventUtil class The ... メソッド */ abstract public __construct () public static getLastSocketErrno ( mixed $socket = null ): int p ... ublic static getLastSocketError ( mixed $socket = ? ): string p ... ublic static getSocketFd ( mixed $socket ): int public static g ... string &$address , mixed &$port = ? ): bool public static setSocketOption ( mixed $socket , int $level , int ...
https://man.plustar.jp/php/class.eventutil.html - [similar]
プロパティの値を設定する 4403
« ReflectionProperty::setAccessible ReflectionProperty::__toString » PHP Manual ReflectionProper ... ロパティの値を設定 (変更) します。 パラメータ object static でないプロパティの場合は、プロパティを変更したいオ ... ブジェクトを指定しなければなりません。 staticプロパティの場合はこのパラメータを省略し、 value だけ ... Property::setValue() の例 <?php class Foo { public static $staticProperty ; public $property ; protected $pr ... lass ( 'Foo' ); $reflectionClass -> getProperty ( 'staticProperty' )-> setValue ( 'foo' ); var_dump ( Foo :: ...
https://man.plustar.jp/php/reflectionproperty.setvalue.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT