検索

phrase: max: clip:
target: order:
Results of 191 - 200 of about 252 for memory (0.063 sec.)
新しい一時ファイルオブジェクトを作成する 4371
« SplTempFileObject その他のクラスおよびインターフェイス » PHP Manual SplTempFileObject 新しい一 ... 説明 public SplTempFileObject::__construct ( int $maxMemory = 2 * 1024 * 1024 ) 新しい一時ファイルオブジェクト ... を作成します。 パラメータ maxMemory 一時ファイルに使うメモリの最大量(バイト単位、デフォ ... はシステムの一時ディレクトリに移動させられます。 maxMemory が負の値である場合、 メモリだけが使われます。 maxM ... ect PHP 入出力ストリーム ( php://temp および php://memory について) 関連キーワード: 作成 , オブジェクト , Sp ...
https://man.plustar.jp/php/spltempfileobject.construct.html - [similar]
SQLのcollate関数として使うPHP関数を登録する 4371
« SQLite3::createAggregate SQLite3::createFunction » PHP Manual SQLite3 SQLのcollate関数として使 ... p() 関数を登録します。 <?php $db = new SQLite3 ( ":memory:" ); $db -> exec ( "CREATE TABLE test (col1 string ...
https://man.plustar.jp/php/sqlite3.createcollation.html - [similar]
SQLite データベースをオープンする 4371
« SQLite3::loadExtension SQLite3::openBlob » PHP Manual SQLite3 SQLite データベースをオープンする ... ベースへのパス。インメモリデータベースを使う場合は :memory: を指定します。 flags SQLite データベースのオープン ...
https://man.plustar.jp/php/sqlite3.open.html - [similar]
字下げの on/off を切り替える 4371
« XMLWriter::outputMemory XMLWriter::setIndentString » PHP Manual XMLWriter 字下げの on/off を切 ... スは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すことで取得したものです。 enable 字下げ ... 。 <?php $writer = new XMLWriter (); $writer -> openMemory (); $writer -> setIndent ( 2 ); $writer -> startDo ... ; $writer -> endDocument (); echo $writer -> outputMemory (); ?> 上の例の出力は以下となります。 <?xml versio ...
https://man.plustar.jp/php/xmlwriter.setindent.html - [similar]
属性を開始する 4371
« XMLWriter::setIndentString XMLWriter::startAttributeNs » PHP Manual XMLWriter 属性を開始する X ... スは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すことで取得したものです。 name 属性の名 ...
https://man.plustar.jp/php/xmlwriter.startattribute.html - [similar]
属性全体を書き込む 4371
« XMLWriter::text XMLWriter::writeAttributeNs » PHP Manual XMLWriter 属性全体を書き込む XMLWrite ... スは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すことで取得したものです。 name 属性の名 ... ります。 <?php $xml = new XMLWriter (); $xml -> openMemory (); $xml -> startElement ( 'element' ); $xml -> wr ...
https://man.plustar.jp/php/xmlwriter.writeattribute.html - [similar]
名前空間つき属性全体を書き込む 4371
« XMLWriter::writeAttribute XMLWriter::writeCdata » PHP Manual XMLWriter 名前空間つき属性全体を書 ... スは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すことで取得したものです。 prefix 名前空 ...
https://man.plustar.jp/php/xmlwriter.writeattributens.html - [similar]
CDATA タグ全体を書き込む 4371
« XMLWriter::writeAttributeNs XMLWriter::writeComment » PHP Manual XMLWriter CDATA タグ全体を書き ... スは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すことで取得したものです。 content CDATA ... the document $xml = new XmlWriter (); $xml -> openMemory (); $xml -> setIndent ( true ); $xml -> startDocum ... ment (); $xml -> endElement (); echo $xml -> outputMemory ( true ); ?> 上の例の出力は以下となります。 <mydoc ...
https://man.plustar.jp/php/xmlwriter.writecdata.html - [similar]
名前空間つき要素タグ全体を書き込む 4371
« XMLWriter::writeElement XMLWriter::writePi » PHP Manual XMLWriter 名前空間つき要素タグ全体を書 ... スは、 xmlwriter_open_uri() あるいは xmlwriter_open_memory() を呼び出すことで取得したものです。 prefix 名前空 ...
https://man.plustar.jp/php/xmlwriter.writeelementns.html - [similar]
The Sequence interface 4341
« Ds\Hashable::hash Ds\Sequence::allocate » PHP Manual Data Structures The Sequence interface Th ... ss . 目次 Ds\Sequence::allocate — Allocates enough memory for a required capacity Ds\Sequence::apply — Updat ...
https://man.plustar.jp/php/class.ds-sequence.html - [similar]