検索

phrase: max: clip:
target: order:
Results of 461 - 470 of about 568 for [SIMILAR] 16 1024 4096 WITH 14393 enchant WITH 4... (0.552 sec.)
はじめに 0
« 出力制御 インストール/設定 » PHP Manual 出力制御 はじめに はじめに 出力制御関数により、スクリプトから送信される出力を制御することが可 能になります。この機能は、複数の異なった場面、特にスクリプトがデー タ出力を開始した後にヘッダをブラウザに送信する必要がある場合に有用 です。出力制御関数 ...
https://man.plustar.jp/php/intro.outcontrol.html - [similar]
基本的な使用法 0
« 例 出力リライトの使用法 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 出力制御の例 <?php ob_start (); echo "Hello\n" ; setcookie ( "cookiename" , "cookiedata" ); ob_end_flush (); ?> 上記の例では、 echo からの出力は、 ob_end_flush() がコールされるまで出力バッファに 保存されます。この ...
https://man.plustar.jp/php/outcontrol.examples.basic.html - [similar]
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 必須ではありませんが、xhprof には PHP で書かれたインターフェイスが含まれています。 これを使うと、プロファイル結果のデータを保存したり表示したり便利に使えます。 閲覧にはウェブブラウザーを使います。なので、PHP が ...
https://man.plustar.jp/php/xhprof.requirements.html - [similar]
大西洋 0
« アジア オーストラリア » PHP Manual サポートされるタイムゾーンのリスト 大西洋 大西洋 大西洋 Atlantic/Azores Atlantic/Bermuda Atlantic/Canary Atlantic/Cape_Verde Atlantic/Faroe Atlantic/Madeira Atlantic/Reykjavik Atlantic/South_Georgia Atlantic/St_Helena Atlantic/Stanley 関連キーワード: ...
https://man.plustar.jp/php/timezones.atlantic.html - [similar]
出力用のファイルを開く 0
« ps_new ps_open_image_file » PHP Manual PS 関数 出力用のファイルを開く ps_open_file (PECL ps >= 1.1.0) ps_open_file — 出力用のファイルを開く 説明 ps_open_file ( resource $psdoc , string $filename = ? ): bool ディスク上に新しいファイルを作成し、PostScript ドキュメントをその中に書き込みま ...
https://man.plustar.jp/php/function.ps-open-file.html - [similar]
はじめに 0
« APCu インストール/設定 » PHP Manual APCu はじめに はじめに APCu は、PHP で動くインメモリの key-value ストアです。 キーは文字列型で、値は任意のPHPの変数を保存できます。 APCu はユーザーランドの変数のキャッシュのみをサポートしています。 APCu は APC から opcode のキャッシュ機能を除いたもの ...
https://man.plustar.jp/php/intro.apcu.html - [similar]
実用的な例 0
« PHP を使用する初めてのページ フォームの処理 » PHP Manual 簡易チュートリアル 実用的な例 実用的な例 次に、より実用的なことをしてみましょう。 ページを見ているユーザーが使用しているブラウザの種類を確認してみます。 これを行なうには、ブラウザが HTTP リクエストの一部として送信した user agent ...
https://man.plustar.jp/php/tutorial.useful.html - [similar]
ファイルを、指定したオフセットから読み込む 0
« eio_poll eio_readahead » PHP Manual Eio 関数 ファイルを、指定したオフセットから読み込む eio_read (PECL eio >= 0.0.1dev) eio_read — ファイルを、指定したオフセットから読み込む 説明 eio_read ( mixed $fd , int $length , int $offset , int $pri , callable $callback , mixed $data = NULL ): re ...
https://man.plustar.jp/php/function.eio-read.html - [similar]
データの一部を取得するために blob をオープンする 0
« ibase_blob_info ibase_close » PHP Manual Firebird/InterBase 関数 データの一部を取得するために blob をオープンする ibase_blob_open (PHP 5, PHP 7 < 7.4.0) ibase_blob_open — データの一部を取得するために blob をオープンする 説明 ibase_blob_open ( resource $link_identifier , string $blob_id ...
https://man.plustar.jp/php/function.ibase-blob-open.html - [similar]
キャッシュについての構成情報を取得 0
« opcache_compile_file opcache_get_status » PHP Manual OPcache 関数 キャッシュについての構成情報を取得 opcache_get_configuration (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ZendOpcache > 7.0.2) opcache_get_configuration — キャッシュについての構成情報を取得 説明 opcache_get_configuration (): arra ...
https://man.plustar.jp/php/function.opcache-get-configuration.html - [similar]