検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 1231 for function (0.034 sec.)
Create a lob object 3055
« cubrid_lob2_import cubrid_lob2_read » PHP Manual CUBRID 関数 Create a lob object cubrid_lob2_n ... g $type = "BLOB" ): resource The cubrid_lob2_new() function is used to create a lob object (both BLOB and CLOB ... ). This function should be used before you bind a lob object. パラメ ... , cubrid , identifier , BLOB , new , conn , CLOB , function , type , resource ...
https://man.plustar.jp/php/function.cubrid-lob2-new.html - [similar]
Retrieve the last set exit status 3055
« uopz_function uopz_get_hook » PHP Manual Uopz 関数 Retrieve the last set exit status uopz_get_ ... タ この関数にはパラメータはありません。 戻り値 This function returns the last exit status, or null if exit() ha ... e 関連キーワード: status , uopz , Retrieve , the , function , 関数 , パラメータ , 警告 , control , Allows ...
https://man.plustar.jp/php/function.uopz-get-exit-status.html - [similar]
名前空間の使用法: エイリアス/インポート 3055
« namespace キーワードおよび __NAMESPACE__ 定数 グローバル空間 » PHP Manual 名前空間 名前空間の使 ... ます use ArrayObject ; // 関数をインポートします use function My \ Full \ functionName ; // 関数のエイリアスを定 ... 義します use function My \ Full \ functionName as func ; // 定数をインポ ... スを作成することになります func (); // 関数 My\Full\functionName を呼びます echo CONSTANT ; // 定数 My\Full\CON ... 間違ったインポートの例 <?php namespace Languages ; function toGreenlandic () { use Languages \ Danish ; // ... ...
https://man.plustar.jp/php/language.namespaces.importing.html - [similar]
Iterable 3055
« 配列 オブジェクト » PHP Manual 型 Iterable Iterable Iterable は PHP 7.1 で導入された疑似型です ... スローされます。 例1 Iterable パラメータ型の例 <?php function foo ( iterable $iterable ) { foreach ( $iterable a ... す。 例2 Iterable パラメータのデフォルト値の例 <?php function foo ( iterable $iterable = []) { // ... } ?> Itera ... r がスローされます。 例3 Iterable 戻り値の例 <?php function bar (): iterable { return [ 1 , 2 , 3 ]; } ?> 戻り ... ります。 例4 Iterable 戻り値のジェネレータの例 <?php function gen (): iterable { yield 1 ; yield 2 ; yield 3 ; } ...
https://man.plustar.jp/php/language.types.iterable.html - [similar]
Set SeasLog request_id differentiated requests 3055
« SeasLog::setLogger SeasLog::setRequestVariable » PHP Manual SeasLog Set SeasLog request_id dif ... , such as not invoking the SeasLog::setRequestId() function, the unique value generated by the built-in `stati ... c char *get_uniqid ()` function is used when the request is initialized. パラメータ ... , differentiated , requests , Set , setRequestID , function , static , 出力 , example ...
https://man.plustar.jp/php/seaslog.setrequestid.html - [similar]
Description 3038
« ImagickKernel ImagickKernel::addUnityKernel » PHP Manual ImagickKernel Description ImagickKern ... o both be applied in a single morphology or filter function. Returns the new combined kernel. パラメータ Imagi ... nel 戻り値 例 例1 ImagickKernel::addKernel() <?php function addKernel ( $imagePath ) { $matrix1 = [ [- 1 , - 1 ... scription , addKernel , combined , new , Returns , function , filter , morphology , applied ...
https://man.plustar.jp/php/imagickkernel.addkernel.html - [similar]
Fetch the current CPU time usage of the Lua environment 3038
« LuaSandbox::enableProfiler LuaSandbox::getMemoryUsage » PHP Manual LuaSandbox Fetch the curren ... CPU time usage in seconds. 注意 : On Windows, this function always returns zero. On operating systems that do ... AD_CPUTIME_ID , such as FreeBSD and Mac OS X, this function will return the elapsed wall-clock time, not CPU t ... time , usage , environment , Fetch , getCPUUsage , function , not , パラメータ , memory ...
https://man.plustar.jp/php/luasandbox.getcpuusage.html - [similar]
Pause the CPU usage timer 3038
« LuaSandbox::loadString LuaSandbox::registerLibrary » PHP Manual LuaSandbox Pause the CPU usage ... Lua again with timer not paused, and then that Lua function calls into PHP again, the second PHP call will not ... new LuaSandbox (); $sandbox -> setCPULimit ( 1 ); function doWait ( $t ) { $end = microtime ( true ) + $t ; w ... $sandbox -> registerLibrary ( 'php' , [ 'test' => function () use ( $sandbox ) { $sandbox -> pauseUsageTimer ... npauseUsageTimer (); doWait ( 0.1 ); }, 'test2' => function () use ( $sandbox ) { $sandbox -> pauseUsageTimer ...
https://man.plustar.jp/php/luasandbox.pauseusagetimer.html - [similar]
Returns the Javascript's code 3038
« MongoDB\BSON\Javascript::__construct MongoDB\BSON\Javascript::getScope » PHP Manual MongoDB\BS ... ple <?php $js = new MongoDB \ BSON \ Javascript ( 'function foo(bar) { return bar; }' ); var_dump ( $js -> get ... ()); ?> 上の例の出力は以下となります。 string(33) "function foo(bar) { return bar; }" 参考 » BSON Types 関連キ ... , s , the , getCode , string , パラメータ , bar , function ...
https://man.plustar.jp/php/mongodb-bson-javascript.getcode.html - [similar]
基本的な使い方 3038
« 基本的な使用法 PostgreSQL 関数 » PHP Manual 例 基本的な使い方 基本的な使い方 以下の例には、レガ ... 接続がデータベースにバインドしているので必要 // This function should be needed, since PostgreSQL connection bind ... s database. function pg_list_dbs ( $db ) { assert ( is_resource ( $db ) ... _query ( $db , $query ); } // テーブルを一覧にする function pg_list_tables ( $db ) { assert ( is_resource ( $d ... も参照してください。フィールド定義を配列で返します。 function pg_list_fields ( $db , $table ) { assert ( is_reso ...
https://man.plustar.jp/php/pgsql.examples-queries.html - [similar]