検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 371 for [SIMILAR] 16 1024 4096 WITH 14996 compression WI... (1.116 sec.)
出力バッファのステータスを取得する 0
« ob_get_level ob_gzhandler » PHP Manual 出力制御 関数 出力バッファのステータスを取得する ob_get_status (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ob_get_status — 出力バッファのステータスを取得する 説明 ob_get_status ( bool $full_status = false ): array ob_get_status() は、トップレベルの出力バ ...
https://man.plustar.jp/php/function.ob-get-status.html - [similar]
カスタムセッションハンドラ 0
« セッションIDの受渡し セッションのアップロード状況 » PHP Manual 例 カスタムセッションハンドラ カスタムセッションハンドラ セッション情報をデータベースに保存する機能か他の保存法を実装するには、 一連のユーザーレベルの保存関数を作成し、 session_set_save_handler() を使用する必要があります。 ...
https://man.plustar.jp/php/session.customhandler.html - [similar]
セッションのデータを読み込む 0
« SessionHandler::open SessionHandler::write » PHP Manual SessionHandler セッションのデータを読み込む SessionHandler::read (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::read — セッションのデータを読み込む 説明 public SessionHandler::read ( string $id ): string | false セッションのデータ ...
https://man.plustar.jp/php/sessionhandler.read.html - [similar]
Bzip2 関数 0
« 例 bzclose » PHP Manual Bzip2 Bzip2 関数 Bzip2 関数 目次 bzclose — bzip2 ファイルを閉じる bzcompress — 文字列をbzip2形式のデータに圧縮する bzdecompress — bzip2 形式のデータを解凍する bzerrno — bzip2 エラー番号を返す bzerror — bzip2 エラー番号とエラー文字列を配列で返す bzerrstr — bzip2 ...
https://man.plustar.jp/php/ref.bzip2.html - [similar]
Tar 形式の phar アーカイブ 0
« Phar 形式と Tar 形式、Zip 形式の徹底比較 Zip 形式の phar アーカイブ » PHP Manual phar って、tar や zip とは何が違うの? Tar 形式の phar アーカイブ Tar 形式の phar アーカイブ tar 形式のアーカイブは、より近代的な USTAR フォーマットを使用しています。 tar 形式のファイルヘッダは、zip 形式より ...
https://man.plustar.jp/php/phar.fileformat.tar.html - [similar]
セッションのデータを書き込む 0
« SessionHandler::read SessionHandlerInterface » PHP Manual SessionHandler セッションのデータを書き込む SessionHandler::write (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::write — セッションのデータを書き込む 説明 public SessionHandler::write ( string $id , string $data ): bool セッショ ...
https://man.plustar.jp/php/sessionhandler.write.html - [similar]
0
« 定義済み定数 Zlib 関数 » PHP Manual Zlib 例 例 テンポラリファイルをオープンし、テスト用文字列を書きこみ、 続いて、このファイルの内容を 2 回出力します。 例1 簡単な Zlib の例 <?php $filename = tempnam ( '/tmp' , 'zlibtest' ) . '.gz' ; echo "<html>\n<head></head>\n<body>\n<pre>\n" ; $s = ...
https://man.plustar.jp/php/zlib.examples.html - [similar]
データベースを持続的にオープンする 0
« dba_optimize dba_replace » PHP Manual DBA 関数 データベースを持続的にオープンする dba_popen (PHP 4, PHP 5, PHP 7, PHP 8) dba_popen — データベースを持続的にオープンする 説明 dba_popen ( string $path , string $mode , string $handler = ? , mixed ...$args ): resource | false dba_popen() は ...
https://man.plustar.jp/php/function.dba-popen.html - [similar]
raw/gzip/zlib で符号化されたデータを復元する 0
« readgzfile zlib_encode » PHP Manual Zlib 関数 raw/gzip/zlib で符号化されたデータを復元する zlib_decode (PHP 5 >= 5.4.0, PHP 7, PHP 8) zlib_decode — raw/gzip/zlib で符号化されたデータを復元する 説明 zlib_decode ( string $data , int $max_length = 0 ): string | false raw/gzip/zlib で符号化 ...
https://man.plustar.jp/php/function.zlib-decode.html - [similar]
データをサーバーに格納する 0
« Memcache::replace Memcache::setCompressThreshold » PHP Manual Memcache データをサーバーに格納する Memcache::set (PECL memcache >= 0.2.0) Memcache::set — データをサーバーに格納する 説明 Memcache::set ( string $key , mixed $var , int $flag = ? , int $expire = ? ): bool Memcache::set() は ...
https://man.plustar.jp/php/memcache.set.html - [similar]