検索

phrase: max: clip:
target: order:
Results of 391 - 400 of about 418 for Foo (0.090 sec.)
レコードを選択する 3489
« pg_result_status pg_send_execute » PHP Manual PostgreSQL 関数 レコードを選択する pg_select (PH ... pg_select() の例 <?php $db = pg_connect ( 'dbname=foo' ); // これは少しだけ安全です。なぜなら、全ての値が ...
https://man.plustar.jp/php/function.pg-select.html - [similar]
テーブルを更新する 3489
« pg_untrace pg_version » PHP Manual PostgreSQL 関数 テーブルを更新する pg_update (PHP 4 >= 4.3. ... pg_update() の例 <?php $db = pg_connect ( 'dbname=foo' ); $data = array( 'field1' => 'AA' , 'field2' => ...
https://man.plustar.jp/php/function.pg-update.html - [similar]
はじめに 3489
« phpdbg インストール/設定 » PHP Manual phpdbg はじめに はじめに phpdbg は SAPIモジュール として ... ルー実行を有効にします。使用する時は注意! -s -s=, -s=foo オプションのデリミタを使って、 標準入力から入力され ...
https://man.plustar.jp/php/intro.phpdbg.html - [similar]
アトリビュートの概要 3489
« アトリビュート アトリビュートの文法 » PHP Manual アトリビュート アトリビュートの概要 アトリビュ ... = new CopyFile (); $copyAction -> fileName = "/tmp/foo.jpg" ; $copyAction -> targetDirectory = "/home/use ...
https://man.plustar.jp/php/language.attributes.overview.html - [similar]
下位互換性のない変更点 3489
« 新しいグローバル定数 PHP 7.1.x で推奨されなくなる機能 » PHP Manual PHP 7.0.x から PHP 7.1.x へ ... して扱われていました。 <?php $a = '' ; $a [ 10 ] = 'foo' ; var_dump ( $a ); ?> 上の例の PHP 7.0 での出力は ... 、このようになります。 array(1) { [10]=> string(3) "foo" } 上の例の PHP 7.1 での出力は、このようになります ...
https://man.plustar.jp/php/migration71.incompatible.html - [similar]
カーソルを閉じてステートメントを再実行できるようにする 3489
« PDOStatement::bindValue PDOStatement::columnCount » PHP Manual PDOStatement カーソルを閉じてス ... クトを生成する */ $stmt = $dbh -> prepare ( 'SELECT foo FROM bar' ); /* 第二の PDOStatement オブジェクトを ... 生成する */ $otherStmt = $dbh -> prepare ( 'SELECT foobaz FROM foobar' ); /* 最初の文を実行する */ $stmt ...
https://man.plustar.jp/php/pdostatement.closecursor.html - [similar]
Phar の書き込み操作のバッファリングを開始するが、ディスク上の Phar オブジェクト... 3489
« Phar::setStub Phar::stopBuffering » PHP Manual Phar Phar の書き込み操作のバッファリングを開始す ... ングはアーカイブ単位で処理されます。 Phar アーカイブ foo.phar でバッファリングが有効であったとしても、それは ...
https://man.plustar.jp/php/phar.startbuffering.html - [similar]
Phar アーカイブへの書き込みリクエストのバッファリングを終了し、変更内容をディス... 3489
« Phar::startBuffering Phar::unlinkArchive » PHP Manual Phar Phar アーカイブへの書き込みリクエス ... ングはアーカイブ単位で処理されます。 Phar アーカイブ foo.phar でバッファリングが有効であったとしても、それは ...
https://man.plustar.jp/php/phar.stopbuffering.html - [similar]
アーカイブのエントリを展開する 3489
« RarEntry RarEntry::getAttr » PHP Manual RarEntry アーカイブのエントリを展開する RarEntry::extr ... こと Erik Jenssen によるサンプルです */ $filename = "foobar.rar" ; $filepath = "/home/foo/bar/" ; $rar_file ...
https://man.plustar.jp/php/rarentry.extract.html - [similar]
HTTP コンテキストオプションの一覧 3463
« ソケットコンテキストオプション FTP コンテキストオプション » PHP Manual コンテキストオプションと ... ection: close', 3 => 'Location: http://example.com/foo.jpg', 4 => 'HTTP/1.1 200 OK', ... 最初のリクエスト ...
https://man.plustar.jp/php/context.http.html - [similar]