検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 74 for self (0.014 sec.)
指定したモジュールのセルフテストを実行する 12553
« mcrypt_module_open mdecrypt_generic » PHP Manual Mcrypt 関数 指定したモジュールのセルフテストを ... 実行する mcrypt_module_self_test (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL m ... crypt >= 1.0.0) mcrypt_module_self_test — 指定したモジュールのセルフテストを実行する ... に頼らないことを強く推奨します。 説明 mcrypt_module_self_test ( string $algorithm , string $lib_dir = ? ): ... した場合に負の int を返します。 例 例1 mcrypt_module_self_test() の例 <?php var_dump ( mcrypt_module_self_te ...
https://man.plustar.jp/php/function.mcrypt-module-self-test.html - [similar]
Get self name 11564
« Yaf_Controller_Abstract::getModuleName Yaf_Controller_Abstract::getRequest » PHP Manual Yaf_Co ... ntroller_Abstract Get self name Yaf_Controller_Abstract::getName (Yaf >=3.2.0 ... ) Yaf_Controller_Abstract::getName — Get self name 説明 public Yaf_Controller_Abstract::getName ... り値 string , controller name 関連キーワード: Get , self , Yaf , Controller , getName , string , パラメータ ...
https://man.plustar.jp/php/yaf-controller-abstract.getname.html - [similar]
Lua 関数を呼び出す 10686
« Lua::assign Lua::__construct » PHP Manual Lua Lua 関数を呼び出す Lua::call Lua::__call (PECL l ... ( callable $lua_func , array $args = ? , int $use_self = 0 ): mixed public Lua::__call ( callable $lua_fu ... nc , array $args = ? , int $use_self = 0 ): mixed 警告 この関数は、 現在のところ詳細な情 ... unc lua での関数名 args Lua 関数に渡される引数 use_self self を使うか否か 戻り値 呼び出した関数の結果を返し ... 1-2-3" 参考 __call() 関連キーワード: 関数 , call , self , func , args , use , callable , array , int , pub ...
https://man.plustar.jp/php/lua.call.html - [similar]
オープンしたモジュールのセルフテストを実行する 10101
« mcrypt_enc_is_block_mode mcrypt_encrypt » PHP Manual Mcrypt 関数 オープンしたモジュールのセルフ ... テストを実行する mcrypt_enc_self_test (PHP 4 >= 4.0.2, PHP 5, PHP 7 < 7.2.0, PECL m ... crypt >= 1.0.0) mcrypt_enc_self_test — オープンしたモジュールのセルフテストを実行す ... 関数に頼らないことを強く推奨します。 説明 mcrypt_enc_self_test ( resource $td ): int この関数は、記述子 td で ... 実行 , オープン , モジュール , mcrypt , 関数 , enc , self , 推奨 ...
https://man.plustar.jp/php/function.mcrypt-enc-self-test.html - [similar]
暗号化フィルタ 10003
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... ); protected static function key_size () { return self :: $KEY_SIZES [ 'AES-128' ]; } //default AES-128 p ... df2 ( "sha256" , $password , $esalt , $it = 1000 , self :: key_size (), $raw = true ); $opts = array( 'mod ... dding fclose ( $fin ); fclose ( $fc ); $hmac_raw = self :: calculate_hmac_after_32bytes ( $password , $hma ... ame , false , NULL , 32 , $iv_size ); $hmac_calc = self :: calculate_hmac_after_32bytes ( $password , $hma ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
遅延静的束縛 (Late Static Bindings) 9613
« オブジェクトの比較 オブジェクトと参照 » PHP Manual クラスとオブジェクト 遅延静的束縛 (Late Sta ... オブジェクトのクラスとなります。 "転送コール" とは、 self:: や parent:: 、 static:: による :: 演算子を使った ... ます (ただし、staticメソッド以外でも使用可能です)。 self:: の制限 self:: あるいは __CLASS__ による現在のクラ ... メソッドが定義されているクラス) に解決されます。 例1 self:: の使用例 <?php class A { public static function ... cho __CLASS__ ; } public static function test () { self :: who (); } } class B extends A { public static f ...
https://man.plustar.jp/php/language.oop5.late-static-bindings.html - [similar]
A Complete PHP/FFI/preloading Example 9223
« PHP Callbacks FFI » PHP Manual 例 A Complete PHP/FFI/preloading Example A Complete PHP/FFI/pre ... = null ; function __construct () { if ( is_null ( self :: $ffi )) { self :: $ffi = FFI :: scope ( "DUMMY" ... tion printf ( $format , ... $args ) { return (int) self :: $ffi -> printf ( $format , ... $args ); } } ?> ...
https://man.plustar.jp/php/ffi.examples-complete.html - [similar]
Lua クラス 8931
« リソース型 Lua::assign » PHP Manual Lua Lua クラス Lua クラス (PECL lua >=0.9.0) はじめに クラ ... ( callable $lua_func , array $args = ? , int $use_self = 0 ): mixed public __call ( callable $lua_func , ... array $args = ? , int $use_self = 0 ): mixed public __construct ( string $lua_scri ... ラス , string , public , assign , call , callable , self , 関数 , registerCallback , include ...
https://man.plustar.jp/php/class.lua.html - [similar]
アクセス権 8833
« コンストラクタとデストラクタ オブジェクトの継承 » PHP Manual クラスとオブジェクト アクセス権 ア ... RIVATE = 'private' ; public function foo () { echo self :: MY_PUBLIC ; echo self :: MY_PROTECTED ; echo se ... MyClass { // これは public function foo2 () { echo self :: MY_PUBLIC ; echo self :: MY_PROTECTED ; echo se ...
https://man.plustar.jp/php/language.oop5.visibility.html - [similar]
オブジェクト定数 8736
« プロパティ クラスのオートローディング » PHP Manual クラスとオブジェクト オブジェクト定数 オブジ ... 用いてクラスを参照することも可能です。 変数の値に ( self や parent 、 static といった) キーワードを指定する ... 'constant value' ; function showConstant () { echo self :: CONSTANT . "\n" ; } } echo MyClass :: CONSTANT ... ss foo { const TWO = ONE * 2 ; const THREE = ONE + self :: TWO ; const SENTENCE = 'The value of THREE is ' ... . self :: THREE ; } ?> 例4 PHP 7.1.0 以降の、クラス定数の ...
https://man.plustar.jp/php/language.oop5.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT