検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 282 for End (0.054 sec.)
PHP Callbacks 4331
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callba ... type or to pass it as a function argument: <?php $zend = FFI :: cdef ( " typedef int (*zend_write_func_t) ... (const char *str, size_t str_length); extern zend_write_func_t zend_write; " ); echo "Hello World 1! ... \n" ; $orig_zend_write = clone $zend -> zend_write ; $zend -> zend_ ... write = function( $str , $len ) { global $orig_zend_write ; $orig_zend_write ( "{\n\t" , 3 ); $ret = $ ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
配列の最後のキーを得る 4331
« array_key_first array_keys » PHP Manual 配列 関数 配列の最後のキーを得る array_key_last (PHP 7 ... す。 参考 array_key_first() - 配列の最初のキーを得る end() - 配列の内部ポインタを最終要素にセットする 関連キ ...
https://man.plustar.jp/php/function.array-key-last.html - [similar]
特定の要素に色を設定する 4331
« phpdbg_clear phpdbg_end_oplog » PHP Manual phpdbg 関数 特定の要素に色を設定する phpdbg_color ( ...
https://man.plustar.jp/php/function.phpdbg-color.html - [similar]
実行コンテクストの設定を試みる 4331
« phpdbg_end_oplog phpdbg_get_executable » PHP Manual phpdbg 関数 実行コンテクストの設定を試みる ...
https://man.plustar.jp/php/function.phpdbg-exec.html - [similar]
新規の WDDX パケットを内部の構造体を用いて開始する 4331
« wddx_packet_end wddx_serialize_value » PHP Manual WDDX 関数 新規の WDDX パケットを内部の構造体 ...
https://man.plustar.jp/php/function.wddx-packet-start.html - [similar]
Basic usage for LuaSandbox 4331
« 例 LuaSandbox » PHP Manual 例 Basic usage for LuaSandbox Basic usage for LuaSandbox Once you'v ... function ( v ) return php.frobnosticate( v + 200 ) end EOF; list( $hi , $frob ) = $sandbox -> loadString ...
https://man.plustar.jp/php/luasandbox.examples-basic.html - [similar]
Set the memory limit for the Lua environment 4331
« LuaSandbox::setCPULimit LuaSandbox::unpauseUsageTimer » PHP Manual LuaSandbox Set the memory l ... String ( 'local x = "x"; while true do x = x .. x; end' )-> call (); ?> 上の例の出力は、 たとえば以下のよ ...
https://man.plustar.jp/php/luasandbox.setmemorylimit.html - [similar]
組み込みサーバーを初期化して開始する 4331
« mysqli_driver::embedded_server_end mysqli_driver::$report_mode » PHP Manual mysqli_driver 組み ...
https://man.plustar.jp/php/mysqli-driver.embedded-server-start.html - [similar]
phpdbg 関数 4331
« 定義済み定数 phpdbg_break_file » PHP Manual phpdbg phpdbg 関数 phpdbg 関数 目次 phpdbg_break_f ... する phpdbg_color — 特定の要素に色を設定する phpdbg_end_oplog — 説明 phpdbg_exec — 実行コンテクストの設定を ...
https://man.plustar.jp/php/ref.phpdbg.html - [similar]
OOP PECL/rrd example 4331
« Procedural PECL/rrd example RRD 関数 » PHP Manual 例 OOP PECL/rrd example OOP PECL/rrd example ... setOptions ( array( "--start" => "920804400" , "--end" => 920808000 , "--vertical-label" => "m/s" , "DEF ...
https://man.plustar.jp/php/rrd.examples-oop.html - [similar]