検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 244 for document (0.013 sec.)
CollectionModify クラス 4608
« CollectionFind::sort CollectionModify::arrayAppend » PHP Manual Mysql_xdevapi CollectionModify ... ql_xdevapi\CollectionModify public patch ( string $document ): mysql_xdevapi\CollectionModify public replace ( ... ドキュメントの数を限定する CollectionModify::patch — document にパッチを当てる CollectionModify::replace — ドキュ ...
https://man.plustar.jp/php/class.mysql-xdevapi-collectionmodify.html - [similar]
FDF ドキュメントに javascript コードを追加する 4608
« FDF 関数 fdf_add_template » PHP Manual FDF 関数 FDF ドキュメントに javascript コードを追加する ... 追加する 説明 fdf_add_doc_javascript ( resource $fdf_document , string $script_name , string $script_code ): boo ... レベルのスクリプトとして追加します。 パラメータ fdf_document fdf_create() 、 fdf_open() あるいは fdf_open_strin ...
https://man.plustar.jp/php/function.fdf-add-doc-javascript.html - [similar]
フィールドの値を設定する 4608
« fdf_set_target_frame fdf_set_version » PHP Manual FDF 関数 フィールドの値を設定する fdf_set_va ... ドの値を設定する 説明 fdf_set_value ( resource $fdf_document , string $fieldname , mixed $value , int $isName = ... たフィールドに値 value を設定します。 パラメータ fdf_document fdf_create() 、 fdf_open() あるいは fdf_open_strin ...
https://man.plustar.jp/php/function.fdf-set-value.html - [similar]
改行文字の前に HTML の改行タグを挿入する 4608
« nl_langinfo number_format » PHP Manual String 関数 改行文字の前に HTML の改行タグを挿入する nl ... する <?php echo nl2br ( "Welcome\r\nThis is my HTML document" , false ); ?> 上の例の出力は以下となります。 Welc ... ome<br> This is my HTML document 例3 さまざまな改行文字 <?php $string = "This\r\nis ...
https://man.plustar.jp/php/function.nl2br.html - [similar]
CommonMark 4578
« テキスト処理 はじめに » PHP Manual テキスト処理 CommonMark CommonMark はじめに インストール/設 ... 定 要件 インストール手順 CommonMark\Node\DocumentDocument concrete CommonMark\Node CommonMark\Nod ...
https://man.plustar.jp/php/book.cmark.html - [similar]
単純な XML ドキュメントの作成 4578
« 例 XML 名前空間の使用 » PHP Manual 例 単純な XML ドキュメントの作成 単純な XML ドキュメントの作 ... r_set_indent_string ( $xw , ' ' ); xmlwriter_start_document ( $xw , '1.0' , 'UTF-8' ); // 最初の要素 xmlwriter ... $foo;' ); xmlwriter_end_pi ( $xw ); xmlwriter_end_document ( $xw ); echo xmlwriter_output_memory ( $xw ); 上の ...
https://man.plustar.jp/php/example.xmlwriter-simple.html - [similar]
Create a new ClientEncryption object 4578
« MongoDB\Driver\ClientEncryption MongoDB\Driver\ClientEncryption::createDataKey » PHP Manual Mo ... or encryption and decryption. kmsProviders array A document containing the configuration for one or more KMS p ... string>|<MongoDB\BSON\Binary> } tlsOptions array A document containing the TLS configuration for one or more K ...
https://man.plustar.jp/php/mongodb-driver-clientencryption.construct.html - [similar]
テキスト処理 4578
« SessionUpdateTimestampHandlerInterface::validateId CommonMark » PHP Manual 関数リファレンス テ ... monMark はじめに インストール/設定 CommonMark\Node\DocumentDocument concrete CommonMark\Node CommonMark\Nod ...
https://man.plustar.jp/php/refs.basic.text.html - [similar]
Adds a collection of SolrInputDocument instances to the index 4578
« SolrClient::addDocument SolrClient::commit » PHP Manual SolrClient Adds a collection of SolrIn ... putDocument instances to the index SolrClient::addDocuments (P ... ECL solr >= 0.9.2) SolrClient::addDocuments — Adds a collection of SolrInputDocument instance ... s to the index 説明 public SolrClient::addDocuments ( array $docs , bool $overwrite = true , int $com ... mitWithin = 0 ): void Adds a collection of documents to the index. パラメータ docs An array containing ...
https://man.plustar.jp/php/solrclient.adddocuments.html - [similar]
CDATA タグ全体を書き込む 4578
« XMLWriter::writeAttributeNs XMLWriter::writeComment » PHP Manual XMLWriter CDATA タグ全体を書き ... write_cdata() の基本的な使い方 <?php // set up the document $xml = new XmlWriter (); $xml -> openMemory (); $x ... ml -> setIndent ( true ); $xml -> startDocument ( '1.0' , 'UTF-8' ); $xml -> startElement ( 'mydoc ... ion as CData" ); $xml -> endElement (); // end the document and output $xml -> endElement (); $xml -> endEleme ...
https://man.plustar.jp/php/xmlwriter.writecdata.html - [similar]