検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 2833 for 出力 (0.018 sec.)
2581
« 定義済み定数 Bzip2 関数 » PHP Manual Bzip2 例 例 この例は、テンポラリファイルをオープンし、テス ... の文字列を書き込みます。 この後、このファイルの内容を出力します。 例1 簡単な bzip2 の例 <?php $filename = "/t ... 込む echo bzread ( $bz , 10 ); // ファイルの終端まで出力(または次の1024文字)し、閉じる echo bzread ( $bz ); ... , 定義 , 定数 , 関数 , オープン , テスト , 内容 , 出力 , bzip ...
https://man.plustar.jp/php/bzip2.examples.html - [similar]
2581
« 定義済み定数 Collection » PHP Manual Data Structures 例 例 例1 Vector <?php $vector = new \ Ds ... $vector [] = 'd' ; print_r ( $vector ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Vector Object ... ); $map [ 'c' ] = 3 ; print_r ( $map ); ?> 上の例の出力は、 たとえば以下のようになります。 Ds\Map Object ( ... ) 関連キーワード: 例 , Ds , Object , Pair , key , 出力 , Map , 定義 , 定数 , Collection ...
https://man.plustar.jp/php/ds.examples.html - [similar]
Apache のバージョンを取得する 2581
« apache_get_modules apache_getenv » PHP Manual Apache 関数 Apache のバージョンを取得する apache ... e_get_version (); echo " $version \n" ; ?> 上の例の出力は、 たとえば以下のようになります。 Apache/1.3.29 (U ... nix) PHP/4.3.4 参考 phpinfo() - PHP の設定情報を出力する 関連キーワード: バージョン , 取得 , version , 関 ... 数 , パラメータ , 出力 , modules , getenv , string , 成功 ...
https://man.plustar.jp/php/function.apache-get-version.html - [similar]
指定したモードで画像を反転させる 2581
« imagefilter imagefontheight » PHP Manual GD および Image 関数 指定したモードで画像を反転させる ... 垂直反転 imageflip ( $im , IMG_FLIP_VERTICAL ); // 出力 imagejpeg ( $im ); imagedestroy ( $im ); ?> 上の例 ...出力は、 たとえば以下のようになります。 例2 水平方向の反 ... 水平反転 imageflip ( $im , IMG_FLIP_HORIZONTAL ); // 出力 imagejpeg ( $im ); imagedestroy ( $im ); ?> 上の例 ...出力は、 たとえば以下のようになります。 関連キーワード: ...
https://man.plustar.jp/php/function.imageflip.html - [similar]
正規表現によるマッチングを行う 2581
« preg_match_all preg_quote » PHP Manual PCRE 関数 正規表現によるマッチングを行う preg_match (PH ... OFFSET_CAPTURE ); print_r ( $matches ); ?> 上の例の出力は以下となります。 Array ( [0] => Array ( [0] => foo ... TCHED_AS_NULL ); var_dump ( $matches ); ?> 上の例の出力は以下となります。 array(4) { [0]=> string(2) "ac" [ ... ET_CAPTURE , 3 ); print_r ( $matches ); ?> 上の例の出力は以下となります。 Array ( ) 一方、この例を見てくださ ... , PREG_OFFSET_CAPTURE ); print_r ( $matches ); ?> 出力は以下のようになります。 Array ( [0] => Array ( [0] ...
https://man.plustar.jp/php/function.preg-match.html - [similar]
以降の出力で用いるシェーディングを作成する 2581
« ps_shading_pattern ps_shfill » PHP Manual PS 関数 以降の出力で用いるシェーディングを作成する p ... s_shading (PECL ps >= 1.3.0) ps_shading — 以降の出力で用いるシェーディングを作成する 説明 ps_shading ( r ... ディングで塗りつぶす 関連キーワード: 作成 , float , 出力 , shading , パラメータ , pattern , 位置 , 終了 , 開 ...
https://man.plustar.jp/php/function.ps-shading.html - [similar]
指定した文字数で文字列を分割する 2581
« vsprintf 変更履歴 » PHP Manual String 関数 指定した文字数で文字列を分割する wordwrap (PHP 4 >= ... xt , 20 , "<br />\n" ); echo $newtext ; ?> 上の例の出力は以下となります。 The quick brown fox<br /> jumped ... , "\n" , true ); echo " $newtext \n" ; ?> 上の例の出力は以下となります。 A very long wooooooo ooooord. 例3 ... , "\n" , false ); echo " $newtext \n" ; ?> 上の例の出力は以下となります。 A very long woooooooooooooooooord ... 文字数 , wordwrap , 指定 , string , long , width , 出力 , 単語 , words ...
https://man.plustar.jp/php/function.wordwrap.html - [similar]
プリペアドステートメントおよびストアドプロシージャ 2581
« トランザクションおよび自動コミット エラーおよびエラー処理 » PHP Manual PDO プリペアドステートメ ... ach ( $stmt as $row ) { print_r ( $row ); } ?> 例4 出力パラメータを指定してストアドプロシージャをコールする ... ライバがサポートしていれば、入力パラメータだけでなく 出力パラメータもバインドすることが可能です。出力パラメー ... ージャが返した値は $return_value です\n" ; ?> 例5 入出力パラメータを指定してストアドプロシージャをコールする ...出力の両方に使用するパラメータを指定することもできます。 ...
https://man.plustar.jp/php/pdo.prepared-statements.html - [similar]
文字列に変換する 2581
« ReflectionFunction::isDisabled ReflectionFunctionAbstract » PHP Manual ReflectionFunction 文字 ... 関数について、 ReflectionFunction::export() のような出力を返します。 例 例1 ReflectionFunction::__toString() ... cho new ReflectionFunction ( 'title' ); ?> 上の例の出力は、 たとえば以下のようになります。 Function [ <user ... Function , toString , 関数 , パラメータ , export , 出力 , Parameter , eflectionFunctionAbstract , public ...
https://man.plustar.jp/php/reflectionfunction.tostring.html - [similar]
2581
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... Access the server in borwser(GET request) 上の例の出力は、 たとえば以下のようになります。 例3 Yar Client E ... var_dump ( $client -> _add ( 1 , 2 )); ?> 上の例の出力は、 たとえば以下のようになります。 int(3) int(5) PH ... se */ Yar_Concurrent_Client :: loop (); ?> 上の例の出力は、 たとえば以下のようになります。 mul result: 4 su ... result: 1 add result: 3 関連キーワード: Yar , 例 , 出力 , result , Server , int , server , borwser , reque ...
https://man.plustar.jp/php/yar.examples.html - [similar]