検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 351 for output (0.123 sec.)
文字列をパースして、フィールドベースの時刻値にする 4215
« IntlDateFormatter::isLenient IntlDateFormatter::parse » PHP Manual IntlDateFormatter 文字列をパ ... 31, 1969 4:00:00 PM PT' , 0 ); echo 'First parsed output is ' ; if ( $arr ) { foreach ( $arr as $key => $va ... 31, 1969 4:00:00 PM PT' , 0 ); echo 'First parsed output is ' ; if ( $arr ) { foreach ( $arr as $key => $va ... } } ?> 上の例の出力は以下となります。 First parsed output is tm_sec : 0 , tm_min : 0 , tm_hour : 16 , tm_yea ...
https://man.plustar.jp/php/intldateformatter.localtime.html - [similar]
配列の一部を展開する 4188
« array_shift array_splice » PHP Manual 配列 関数 配列の一部を展開する array_slice (PHP 4, PHP 5 ... hp $input = array( "a" , "b" , "c" , "d" , "e" ); $output = array_slice ( $input , 2 ); // "c", "d", "e" を返 ... す $output = array_slice ( $input , - 2 , 1 ); // "d" を返す ... $output = array_slice ( $input , 0 , 3 ); // "a", "b", "c" ...
https://man.plustar.jp/php/function.array-slice.html - [similar]
指定したドキュメントについて発生した Tidy 警告の数を返す 4188
« tidy_get_output Tokenizer » PHP Manual Tidy 関数 指定したドキュメントについて発生した Tidy 警告 ... 警告 , count , 指定 , 数 , ドキュメント , warning , output , Tokenizer , 関数 ...
https://man.plustar.jp/php/function.tidy-warning-count.html - [similar]
実行演算子 4188
« エラー制御演算子 加算子/減算子 » PHP Manual 演算子 実行演算子 実行演算子 PHP は 1 種類の実行演 ... ート演算子の使用は shell_exec() と等価です。 <?php $output = ` ls -al `; echo "<pre> $output </pre>" ; ?> 注意 ...
https://man.plustar.jp/php/language.operators.execution.html - [similar]
Differences from Standard Lua 4188
« リソース型 例 » PHP Manual LuaSandbox Differences from Standard Lua Differences from Standard ... or static analysis of Lua code. print() , since it outputs to standard output. If needed, output should be d ...
https://man.plustar.jp/php/reference.luasandbox.differences.html - [similar]
Constructs EventHttpRequest object 4170
« EventHttpRequest::closeConnection EventHttpRequest::findHeader » PHP Manual EventHttpRequest C ... ddHeader ( "Host" , $address , EventHttpRequest :: OUTPUT_HEADER ); $req -> addHeader ( "Content-Length" , " ... 0" , EventHttpRequest :: OUTPUT_HEADER ); $conn -> makeRequest ( $req , EventHttpR ...
https://man.plustar.jp/php/eventhttprequest.construct.html - [similar]
Read data from a GLO instance and save it in a file 4170
« CUBRID 廃止されたエイリアスと関数 cubrid_new_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 ... eq ); $res = cubrid_load_from_glo ( $con , $oid , "output.jpg" ); if ( $res ) { echo "image changed successf ... send_glo() - Read data from glo and send it to std output 関連キーワード: from , file , instance , data , cu ...
https://man.plustar.jp/php/function.cubrid-load-from-glo.html - [similar]
GD イメージにガンマ補正を適用する 4170
« imagefttext imagegd2 » PHP Manual GD および Image 関数 GD イメージにガンマ補正を適用する image ... ect ( GdImage $image , float $input_gamma , float $output_gamma ): bool 指定した GD 画像 image に 入力ガンマ ... GdImage オブジェクト。 input_gamma 入力ガンマ値。 output_gamma 出力ガンマ値。 戻り値 成功した場合に true を ...
https://man.plustar.jp/php/function.imagegammacorrect.html - [similar]
シンボリックリンクの所有者を変更する 4144
« lchgrp link » PHP Manual ファイルシステム 関数 シンボリックリンクの所有者を変更する lchown (PH ... シンボリックリンクの所有者の変更 <?php $target = 'output.php' ; $link = 'output.html' ; symlink ( $target , ...
https://man.plustar.jp/php/function.lchown.html - [similar]
クエリからの複数の行を二次元配列に取得する 4144
« oci_execute oci_fetch_array » PHP Manual OCI8 関数 クエリからの複数の行を二次元配列に取得する ... 説明 oci_fetch_all ( resource $statement , array &$output , int $offset = 0 , int $limit = -1 , int $flags = ... メント ID、 あるいは REF CURSOR ステートメント ID。 output 返された行を格納する変数。 LOB 列は文字列として返さ ... 文字は実際のカラム名と同じになります。 var_dump() で output を確認し、大文字小文字を適切に指定するようにしまし ... その中の一つのカラムだけとなってしまいます。 戻り値 output の行数を返します。 これは 0 以上の値となります。 例 ...
https://man.plustar.jp/php/function.oci-fetch-all.html - [similar]