検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 415 for Text (0.026 sec.)
内部のドキュメントを HTML 形式の文字列として出力する 4209
« DOMDocument::save DOMDocument::saveHTMLFile » PHP Manual DOMDocument 内部のドキュメントを HTML ... tle' ); $title = $head -> appendChild ( $title ); $text = $doc -> createTextNode ( 'This is the title' ); ... $text = $title -> appendChild ( $text ); echo $doc -> sa ...
https://man.plustar.jp/php/domdocument.savehtml.html - [similar]
文字列フィルタ 4209
« 利用できるフィルタのリスト 変換フィルタ » PHP Manual 利用できるフィルタのリスト 文字列フィルタ ... R_WRITE , "<b><i><u>" ); fwrite ( $fp , "<b>bolded text</b> enlarged to a <h1>level 1 heading</h1>\n" ); f ... close ( $fp ); /* 出力: bolded text enlarged to a level 1 heading */ $fp = fopen ( 'ph ... ray( 'b' , 'i' , 'u' )); fwrite ( $fp , "<b>bolded text</b> enlarged to a <h1>level 1 heading</h1>\n" ); f ... close ( $fp ); /* 出力: bolded text enlarged to a level 1 heading */ ?> 関連キーワード ...
https://man.plustar.jp/php/filters.string.html - [similar]
TrueColor イメージを新規に作成する 4209
« imagecreatefromxpm imagecrop » PHP Manual GD および Image 関数 TrueColor イメージを新規に作成す ... r die( 'Cannot Initialize new GD image stream' ); $text_color = imagecolorallocate ( $im , 233 , 14 , 91 ) ... ; imagestring ( $im , 1 , 5 , 5 , 'A Simple Text String' , $text_color ); imagepng ( $im ); imagede ...
https://man.plustar.jp/php/function.imagecreatetruecolor.html - [similar]
データを復号する 4209
« mcrypt_module_self_test Mhash » PHP Manual Mcrypt 関数 データを復号する mdecrypt_generic (PHP ... y long key, even too long for the cipher' ; $plain_text = 'very important data' ; /* モジュールをオープンし ... 暗号化します */ $c_t = mcrypt_generic ( $td , $plain_text ); mcrypt_generic_deinit ( $td ); /* 復号のため、バ ... dule_close ( $td ); } if ( strncmp ( $p_t , $plain_text , strlen ( $plain_text )) == 0 ) { echo "ok\n" ; } ...
https://man.plustar.jp/php/function.mdecrypt-generic.html - [similar]
文字列のジオメトリを取得する 4209
« ps_show ps_stringwidth » PHP Manual PS 関数 文字列のジオメトリを取得する ps_string_geometry (P ... 説明 ps_string_geometry ( resource $psdoc , string $text , int $fontid = 0 , float $size = 0.0 ): array この ... s_new() が返す、postscript ファイルのリソース ID。 text ジオメトリを計算するテキスト。 fontid 使用するフォ ... の最大値が 'ascender' に入ります。 参考 ps_continue_text() - 次の行にテキストを続ける ps_stringwidth() - 文 ...
https://man.plustar.jp/php/function.ps-string-geometry.html - [similar]
The SolrQuery class 4184
« SolrModifiableParams::__destruct SolrQuery::addExpandFilterQuery » PHP Manual Solr The SolrQue ... ut SolrQuery::getHighlightFragmenter — Returns the text snippet generator for highlighted text SolrQuery:: ... ld SolrQuery::getHighlightSimplePost — Returns the text which appears after a highlighted term SolrQuery:: ... getHighlightSimplePre — Returns the text which appears before a highlighted term SolrQuery: ... output SolrQuery::setHighlightFragmenter — Sets a text snippet generator for highlighted text SolrQuery:: ...
https://man.plustar.jp/php/class.solrquery.html - [similar]
内部の XML ツリーをファイルに出力する 4184
« DOMDocument::relaxNGValidateSource DOMDocument::saveHTML » PHP Manual DOMDocument 内部の XML ツ ... tle' ); $title = $root -> appendChild ( $title ); $text = $doc -> createTextNode ( 'This is the title' ); ... $text = $title -> appendChild ( $text ); echo 'Wrote: ' ...
https://man.plustar.jp/php/domdocument.save.html - [similar]
内部のドキュメントを HTML 形式でファイルに出力する 4184
« DOMDocument::saveHTML DOMDocument::saveXML » PHP Manual DOMDocument 内部のドキュメントを HTML ... tle' ); $title = $head -> appendChild ( $title ); $text = $doc -> createTextNode ( 'This is the title' ); ... $text = $title -> appendChild ( $text ); echo 'Wrote: ' ...
https://man.plustar.jp/php/domdocument.savehtmlfile.html - [similar]
コレクションにインデックスを作成 4184
« Collection::count Collection::dropIndex » PHP Manual mysql_xdevapi\Collection コレクションにイ ... ion = $schema -> createCollection ( "people" ); // text index を作る $collection -> createIndex ( 'myindex ... 1' , '{"fields": [{ "field": "$.name", "type": "TEXT(25)", "required": true}], "unique": false}' ); // ... ex3' , '{"fields": [ { "field": "$.name", "type": "TEXT(20)", "required": true }, { "field": "$.age", "typ ... e": "INTEGER" }, { "field": "$.job", "type": "TEXT(30)", "required": false } ], "unique": true }' ); ...
https://man.plustar.jp/php/mysql-xdevapi-collection.createindex.html - [similar]
XML データに Xpath クエリを実行する 4184
« SimpleXMLElement::__toString SimpleXMLIterator » PHP Manual SimpleXMLElement XML データに Xpat ... す。 例 例1 Xpath <?php $string = <<<XML <a> <b> <c>text</c> <c>stuff</c> </b> <d> <c>code</c> </d> </a> XM ... "\n" ; } ?> 上の例の出力は以下となります。 /a/b/c: text /a/b/c: stuff b/c: text b/c: stuff これら二つの結果 ...
https://man.plustar.jp/php/simplexmlelement.xpath.html - [similar]