検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 415 for Text (0.024 sec.)
内部の XML ツリーを文字列として出力する 4082
« DOMDocument::saveHTMLFile DOMDocument::schemaValidate » PHP Manual DOMDocument 内部の XML ツリ ... tle' ); $title = $root -> appendChild ( $title ); $text = $doc -> createTextNode ( 'これはタイトルです' ); ... $text = $title -> appendChild ( $text ); echo "ドキュメン ...
https://man.plustar.jp/php/domdocument.savexml.html - [similar]
テキストを現在の位置に出力する 4082
« ps_show_xy ps_show » PHP Manual PS 関数 テキストを現在の位置に出力する ps_show2 (PECL ps >= 1. ... に出力する 説明 ps_show2 ( resource $psdoc , string $text , int $len ): bool テキストを現在の位置に出力します ... s_new() が返す postscript ファイルの ID リソース。 text 出力するテキスト。 len 表示する最大文字数。 戻り値 ...
https://man.plustar.jp/php/function.ps-show2.html - [similar]
画像上にテキストを描画する 4082
« ImagickDraw::affine ImagickDraw::arc » PHP Manual ImagickDraw 画像上にテキストを描画する Imagi ... ckDraw::annotation ( float $x , float $y , string $text ): bool 警告 この関数は、 現在のところ詳細な情報は ... トを描画する x 座標。 y テキストを描画する y 座標。 text 画像上に描画するテキスト。 戻り値 値を返しません。 ...
https://man.plustar.jp/php/imagickdraw.annotation.html - [similar]
Adds a field to User Fields Parameter (uf) 4082
« SolrDisMaxQuery::addTrigramPhraseField SolrDisMaxQuery::__construct » PHP Manual SolrDisMaxQue ... Query -> addUserField ( 'cat' ) -> addUserField ( 'text' ) -> addUserField ( '*_dt' ); echo $dismaxQuery . ... 下のようになります。 q=lucene&defType=edismax&uf=cat text *_dt 参考 SolrDisMaxQuery::removeUserField() - Rem ...
https://man.plustar.jp/php/solrdismaxquery.adduserfield.html - [similar]
テキストを出力する 4056
« ps_show2 ps_string_geometry » PHP Manual PS 関数 テキストを出力する ps_show (PECL ps >= 1.1.0) ... を出力する 説明 ps_show ( resource $psdoc , string $text ): bool 現在の位置にテキストを出力します。テキスト ... の位置を設定するには、 関数 ps_set_value() の値 textx および texty に x 座標と y 座標を設定します。 事前 ... s_new() が返す、postscript ファイルのリソース ID。 text 出力するテキスト。 戻り値 成功した場合に true を、 ... 失敗した場合に false を返します。 参考 ps_continue_text() - 次の行にテキストを続ける ps_show_xy() - 指定さ ...
https://man.plustar.jp/php/function.ps-show.html - [similar]
検索文字列に一致したすべての文字列を置換する 4056
« str_repeat str_rot13 » PHP Manual String 関数 検索文字列に一致したすべての文字列を置換する str ... 例 例1 基本的な str_replace() の例 <?php // <body text='black'> となります $bodytag = str_replace ( "%bod ... y%" , "black" , "<body text='%body%'>" ); // Hll Wrld f PHP となります $vowels ... 'a' , 'p' ); $fruit = array( 'apple' , 'pear' ); $text = 'a p' ; $output = str_replace ( $letters , $frui ... t , $text ); echo $output ; ?> 注意 注意 : この関数はバイナリ ...
https://man.plustar.jp/php/function.str-replace.html - [similar]
4056
« 定義済み定数 PhpToken » PHP Manual Tokenizer 例 例 以下に tokenizer を用いた簡単な PHP スクリプ ... cho $token ; } else { // トークン配列 list( $id , $text ) = $token ; switch ( $id ) { case T_COMMENT : cas ... default: // それ以外の場合 -> "そのまま"出力 echo $text ; break; } } } ?> 関連キーワード: 例 , tokenizer , ...
https://man.plustar.jp/php/tokenizer.examples.html - [similar]
結果コード (MQRC) に対応するエラーメッセージを返す 4031
« mqseries_set ネットワーク » PHP Manual mqseries 関数 結果コード (MQRC) に対応するエラーメッセー ... S_MQCC_OK ) { printf ( "open CompCode:%d Reason:%d Text:%s<br>\n" , $comp_code , $reason , mqseries_strerr ... 出力は以下となります。 Connx CompCode:2 Reason:2059 Text:Queue manager not available for connection. 関連キ ...
https://man.plustar.jp/php/function.mqseries-strerror.html - [similar]
notification コンテキストパラメータ用のコールバック関数 4031
« stream_isatty stream_register_wrapper » PHP Manual ストリーム 関数 notification コンテキストパ ... 時にコールされる callable 関数です。 notification context parameter が使用します。 注意 : これは実際の関数で ... so far" ; break; } echo "\n" ; } $ctx = stream_context_create (); stream_context_set_params ( $ctx , arra ... のようになります。 Connected... Found the mime-type: text/html; charset=utf-8 Being redirected to: http://no ... nected... Got the filesize: 0 Found the mime-type: text/html; charset=utf-8 Being redirected to: http://no ...
https://man.plustar.jp/php/function.stream-notification-callback.html - [similar]
画像にテキストによる注記を加える 4031
« Gmagick::addnoiseimage Gmagick::blurimage » PHP Manual Gmagick 画像にテキストによる注記を加える ... raw , float $x , float $y , float $angle , string $text ): Gmagick テキストによる注記を画像に加えます。 パ ... あらわすピクセル数。 angle テキストを書き出す角度。 text 描画するテキスト。 戻り値 Gmagick オブジェクトに注 ...
https://man.plustar.jp/php/gmagick.annotateimage.html - [similar]