検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 415 for Text (0.016 sec.)
CURLStringFile オブジェクトを作る 3929
« CURLStringFile Event » PHP Manual CURLStringFile CURLStringFile オブジェクトを作る CURLStringF ... tringFile ( 'test upload contents' , 'test.txt' , 'text/plain' ); // POST データを設定します $data = array ... me"]=> string(8) "test.txt" ["type"]=> string(10) "text/plain" ["tmp_name"]=> string(14) "/tmp/phpTtaoCz" ...
https://man.plustar.jp/php/curlstringfile.construct.html - [similar]
基底ノード型を作成する際に使用する拡張クラスを登録する 3929
« DOMDocument::normalizeDocument DOMDocument::relaxNGValidate » PHP Manual DOMDocument 基底ノード ... に追加し、コードを書きやすくする <?php class myElement extends DOMElement { function appendElement ( $name ) ... hild (new myElement ( $name )); } } class myDocument extends DOMDocument { function setRoot ( $name ) { re ... カスタムクラス形式での要素の取得 <?php class myElement extends DOMElement { public function __toString () { ... ocument ; $doc -> loadXML ( "<root><element><child>text in child</child></element></root>" ); $doc -> regi ...
https://man.plustar.jp/php/domdocument.registernodeclass.html - [similar]
InterBase データベースからオブジェクトを得る 3929
« ibase_fetch_assoc ibase_fetch_row » PHP Manual Firebird/InterBase 関数 InterBase データベースか ... ase 結果 ID。 fetch_flag fetch_flag は、定数 IBASE_TEXT および IBASE_UNIXTIME を論理和で指定します。 IBASE ... _TEXT を渡すと、BLOB ID のかわりに BLOB の内容自体を返し ...
https://man.plustar.jp/php/function.ibase-fetch-object.html - [similar]
InterBase データベースから 1 行分の結果を取得する 3929
« ibase_fetch_object ibase_field_info » PHP Manual Firebird/InterBase 関数 InterBase データベース ... ase 結果 ID。 fetch_flag fetch_flag は、定数 IBASE_TEXT および IBASE_UNIXTIME を論理和で指定します。 IBASE ... _TEXT を渡すと、BLOB ID のかわりに BLOB の内容自体を返し ...
https://man.plustar.jp/php/function.ibase-fetch-row.html - [similar]
外部から来る変数 3929
« 可変変数 定数 » PHP Manual 変数 外部から来る変数 外部から来る変数 HTML フォーム (GET と POST) ... action="foo.php" method="post"> Name: <input type="text" name="username" /><br /> Email: <input type="text ... <form action="" method="post"> Name: <input type="text" name="personal[name]" /><br /> Email: <input type ... ="text" name="personal[email]" /><br /> Beer: <br /> <sel ...
https://man.plustar.jp/php/language.variables.external.html - [similar]
データベースに存在するかをチェックする 3929
« Schema::dropCollection Schema::getCollection » PHP Manual mysql_xdevapi\Schema データベースに存 ... ); $session -> sql ( "CREATE TABLE food.fruit(name text, rating text)" )-> execute (); $schema = $session ...
https://man.plustar.jp/php/mysql-xdevapi-schema.existsindatabase.html - [similar]
スキーマのテーブルを取得する 3929
« Schema::getTable mysql_xdevapi\SchemaObject » PHP Manual mysql_xdevapi\Schema スキーマのテーブ ... sion -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> sql ( "INSE ... ion -> sql ( "CREATE TABLE addressbook.cities(name text, population int)" )-> execute (); $session -> sql ...
https://man.plustar.jp/php/mysql-xdevapi-schema.gettables.html - [similar]
結果セットから全行取得する 3929
« SqlStatementResult::__construct SqlStatementResult::fetchOne » PHP Manual mysql_xdevapi\SqlSta ... session -> sql ( "CREATE TABLE dbtest.workers(name text, age int, job text)" )-> execute (); $session -> s ...
https://man.plustar.jp/php/mysql-xdevapi-sqlstatementresult.fetchall.html - [similar]
名前で定義されたエントリの圧縮メソッドを設定する 3929
« ZipArchive::setCompressionIndex ZipArchive::setEncryptionIndex » PHP Manual ZipArchive 名前で定 ... === TRUE ) { $zip -> addFromString ( 'foo' , 'Some text' ); $zip -> addFromString ( 'bar' , 'Some other te ...
https://man.plustar.jp/php/ziparchive.setcompressionname.html - [similar]
名前を使ってエントリの変更時間を設定する 3929
« ZipArchive::setMtimeIndex ZipArchive::setPassword » PHP Manual ZipArchive 名前を使ってエントリ ... rchive :: CREATE ) === TRUE ) { $zip -> addFile ( 'text.txt' ); $zip -> setMtimeName ( 'text.txt' , mktime ...
https://man.plustar.jp/php/ziparchive.setmtimename.html - [similar]