検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 179 for hello (0.011 sec.)
PHP に割り当てられたメモリの量を返す 4744
« memory_get_peak_usage php_ini_loaded_file » PHP Manual PHP オプション/情報 関数 PHP に割り当て ... _get_usage () . "\n" ; // 36640 $a = str_repeat ( "Hello" , 4242 ); echo memory_get_usage () . "\n" ; // 57 ...
https://man.plustar.jp/php/function.memory-get-usage.html - [similar]
ファイルを削除する 4744
« umask Inotify » PHP Manual ファイルシステム 関数 ファイルを削除する unlink (PHP 4, PHP 5, PHP ... = fopen ( 'test.html' , 'a' ); fwrite ( $fh , '<h1>Hello world!</h1>' ); fclose ( $fh ); unlink ( 'test.htm ...
https://man.plustar.jp/php/function.unlink.html - [similar]
Add a task to get status 4744
« GearmanClient::addTaskLowBackground GearmanClient::clearCallbacks » PHP Manual GearmanClient A ... s [ 0 ] = $gmclient -> doBackground ( "reverse" , "Hello World!" ); $handles [ 1 ] = $gmclient -> doBackgro ...
https://man.plustar.jp/php/gearmanclient.addtaskstatus.html - [similar]
Get the status for the running task 4744
« GearmanClient::doNormal GearmanClient::echo » PHP Manual GearmanClient Get the status for the ... o { $result = $gmclient -> doNormal ( "reverse" , "Hello!" ); # Check for various return packets and errors ...
https://man.plustar.jp/php/gearmanclient.dostatus.html - [similar]
フォントメトリクスを表す配列を返す 4744
« Imagick::quantizeImages Imagick::queryFonts » PHP Manual Imagick フォントメトリクスを表す配列を ... す */ var_dump ( $im -> queryFontMetrics ( $draw , "Hello World!" )); ?> 関連キーワード: 配列 , フォントメト ...
https://man.plustar.jp/php/imagick.queryfontmetrics.html - [similar]
ポイントサイズを設定する 4744
« Imagick::setPage Imagick::setProgressMonitor » PHP Manual Imagick ポイントサイズを設定する Ima ... ます */ $im -> newPseudoImage ( 100 , 100 , "caption:Hello" ); /* 画像に対して何かの処理をします */ ?> 参考 I ...
https://man.plustar.jp/php/imagick.setpointsize.html - [similar]
Returns the latency of this server in milliseconds 4744
« MongoDB\Driver\Server::getInfo MongoDB\Driver\Server::getPort » PHP Manual MongoDB\Driver\Serv ... is is the client's measured » round trip time of a hello command. パラメータ この関数にはパラメータはありま ...
https://man.plustar.jp/php/mongodb-driver-server.getlatency.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 4744
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... 同じです。 次の例では、ストアドプロシージャに文字列 'hello' を渡しています。 プロシージャの結果が返ってくると ... LL sp_takes_string_returns_string(?)" ); $value = 'hello' ; $stmt -> bindParam ( 1 , $value , PDO :: PARAM_ ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
文字列のソート用のキーを取得する 4688
« Collator::getLocale Collator::getStrength » PHP Manual Collator 文字列のソート用のキーを取得す ... 。 例 例1 collator_get_sort_key() の例 <?php $s1 = 'Hello' ; $coll = collator_create ( 'en_US' ); $res = col ...
https://man.plustar.jp/php/collator.getsortkey.html - [similar]
配列要素を文字列により連結する 4688
« htmlspecialchars join » PHP Manual String 関数 配列要素を文字列により連結する implode (PHP 4, ... 配列を使うと空文字列となります var_dump ( implode ( 'hello' , [])); // string(0) "" // separator はオプション ...
https://man.plustar.jp/php/function.implode.html - [similar]