検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for dummy (0.003 sec.)
A Complete PHP/FFI/preloading Example 14664
« PHP Callbacks FFI » PHP Manual 例 A Complete PHP/FFI/preloading Example A Complete PHP/FFI/pre ... ad.php preload.php <?php FFI :: load ( __DIR__ . "/dummy.h" ); opcache_compile_file ( __DIR__ . "/dummy.php ... " ); ?> dummy.h #define FFI_SCOPE "DUMMY" #define FFI_LIB "libc. ... so.6" int printf(const char *format, ...); dummy.php <?php final class Dummy { private static $ffi ... ( self :: $ffi )) { self :: $ffi = FFI :: scope ( "DUMMY" ); } } function printf ( $format , ... $args ) { ...
https://man.plustar.jp/php/ffi.examples-complete.html - [similar]
Register namespace with searching path 9996
« Yaf_Loader::registerLocalNamespace Yaf_Loader::setLibraryPath » PHP Manual Yaf_Loader Register ... /vendor/" , )); $loader -> autoload ( "\Vendor\PHP\Dummy" ); //load '/var/lib/php/Dummy.php' $loader -> aut ... hp/Foo/Bar.php' $loader -> autoload ( "\Vendor\JSP\Dummy" ); //load '/usr/lib/vendor/Dummy.php' ?> 関連キー ...
https://man.plustar.jp/php/yaf-loader.registernamespace.html - [similar]
Lua 関数を呼び出す 9091
« Lua::assign Lua::__construct » PHP Manual Lua Lua 関数を呼び出す Lua::call Lua::__call (PECL l ... $lua = new Lua (); $lua -> eval (<<<CODE function dummy(foo, bar) print(foo, ",", bar) end CODE ); $lua -> ... call ( "dummy" , array( "Lua" , "geiliable\n" )); $lua -> dummy ...
https://man.plustar.jp/php/lua.call.html - [similar]
Yaf_Loader クラス 8829
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa ... hp 例4 名前空間つきのクラスのロード class \Foo\Bar\Dummy => // APPLICATION_PATH/library/Foo/Bar/Dummy.php c ... lass \FooBar\Bar\Dummy => // /global_dir/FooBar/Bar/Dummy.php すべてのフォ ... Model => // APPLICATION_PATH/models/Data.php class DummyPlugin => // APPLICATION_PATH/plugins/Dummy.php cla ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
Copy a function 8708
« uopz_compose uopz_del_function » PHP Manual Uopz 関数 Copy a function uopz_copy (PECL uopz 1 > ... */ var_dump ( $arg1 ); }); var_dump ( strtotime ( 'dummy' )); ?> 上の例の出力は以下となります。 string(5) " ...
https://man.plustar.jp/php/function.uopz-copy.html - [similar]
SCM データベースに新しいサービスのエントリを作成する 8708
« win32_continue_service win32_delete_service » PHP Manual win32service 関数 SCM データベースに新 ... 追加されました。 例 例1 win32_create_service() の例 'dummyphp' というショートネームのサービスを作ります。 <?p ... hp $x = win32_create_service (array( 'service' => 'dummyphp' , // サービスの名前 'display' => 'sample dummy ... service' , // 短い説明 'description' => 'This is a dummy Windows service created using PHP.' , // 長い説明 ... 性を用いた win32_create_service() の例 依存性がある 'dummyphp' というショートネームのサービスを作ります。 <?p ...
https://man.plustar.jp/php/function.win32-create-service.html - [similar]
8586
« Win32ServiceException win32service 関数 » PHP Manual win32service 例 例 例1 PHP スクリプトをサ ... る <?php win32_create_service (array( 'service' => 'dummyphp' , # サービスの名前 'display' => 'sample dummy ... service' , # 短い説明 'description' => 'This is a dummy Windows service created using PHP.' , # 長い説明 ' ... ービスの登録を解除する <?php win32_delete_service ( 'dummyphp' ); ?> 例3 サービスとして実行する <?php if ( $a ... = 'run' ) { win32_start_service_ctrl_dispatcher ( 'dummyphp' ); while ( WIN32_SERVICE_CONTROL_STOP != win32 ...
https://man.plustar.jp/php/win32service.examples.html - [similar]
Yaf_Controller_Abstract クラス 8324
« Yaf_Config_Simple::valid Yaf_Controller_Abstract::__construct » PHP Manual Yaf Yaf_Controller_ ... ler_Abstract { protected $actions = array( /** now dummyAction is defined in a separate file */ "dummy" => ... "actions/Dummy_action.php" , ); /* action method may have argumen ... this -> _request -> getParam ( "id" )); } } ?> 例2 Dummy_action.php <?php class DummyAction extends Yaf_Act ...
https://man.plustar.jp/php/class.yaf-controller-abstract.html - [similar]
Yaf_Route_Regex のコンストラクタ 7993
« Yaf_Route_Regex::assemble Yaf_Route_Regex::route » PHP Manual Yaf_Route_Regex Yaf_Route_Regex ... uct" , //route to product controller, 'action' => "dummy" , //route to dummy action ), "map" => array( 1 => ...
https://man.plustar.jp/php/yaf-route-regex.construct.html - [similar]
The assignRef purpose 7663
« Yaf_View_Simple::assign Yaf_View_Simple::clear » PHP Manual Yaf_View_Simple The assignRef purp ... バグがあり、 * この出力が "bar" になっていました */ $dummy = $this -> getView ()-> render ( "index/index.phtm ...
https://man.plustar.jp/php/yaf-view-simple.assignref.html - [similar]
PREV 1 2 NEXT