検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 639 for [SIMILAR] 16 1024 4096 WITH 18375 memcache WITH ... (0.597 sec.)
基本的な使用法 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
« Igbinary インストール/設定 » PHP Manual Igbinary はじめに はじめに Igbinary は、PHP における標準のシリアライザを置き換えるものです。 処理時間や保存容量を消費してしまう PHP の serialize() で採用されているテキスト表現の代替として、 igbinary はデータ構造をコンパクトなバイナリ形式で保存しま ...
https://man.plustar.jp/php/intro.igbinary.html - [similar]
キャッシュのサイズの合計を取得する 0
« APCUIterator::getTotalHits APCUIterator::key » PHP Manual APCUIterator キャッシュのサイズの合計を取得する APCUIterator::getTotalSize (PECL apcu >= 5.0.0) APCUIterator::getTotalSize — キャッシュのサイズの合計を取得する 説明 public APCUIterator::getTotalSize (): int キャッシュのサイズの合 ...
https://man.plustar.jp/php/apcuiterator.gettotalsize.html - [similar]
Pspell 0
« mb_substr はじめに » PHP Manual 自然言語および文字エンコーディング Pspell Pspell はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Pspell 関数 pspell_add_to_personal — ユーザーの単語リストに単語を追加する pspell_add_to_session — 現在のセッションの単語リ ...
https://man.plustar.jp/php/book.pspell.html - [similar]
フィールドの外観を取得する 0
« fdf_error fdf_get_attachment » PHP Manual FDF 関数 フィールドの外観を取得する fdf_get_ap (PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL fdf SVN) fdf_get_ap — フィールドの外観を取得する 説明 fdf_get_ap ( resource $fdf_document , string $field , int $face , string $filename ): bool field の外観 (つ ...
https://man.plustar.jp/php/function.fdf-get-ap.html - [similar]
オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 0
« ftp_nb_fget ftp_nb_get » PHP Manual FTP 関数 オープン中のファイルを FTP サーバーに保存する(非ブロッキング) ftp_nb_fput (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ftp_nb_fput — オープン中のファイルを FTP サーバーに保存する(非ブロッキング) 説明 ftp_nb_fput ( FTP\Connection $ftp , string $ ...
https://man.plustar.jp/php/function.ftp-nb-fput.html - [similar]
FTP 関数 0
« 基本的な使用法 ftp_alloc » PHP Manual FTP FTP 関数 FTP 関数 目次 ftp_alloc — アップロードされるファイルのためのスペースを確保する ftp_append — ファイルの内容をFTPサーバ上の別のファイルに追加する ftp_cdup — 親ディレクトリに移動する ftp_chdir — FTP サーバー上でディレクトリを移動する ftp_ ...
https://man.plustar.jp/php/ref.ftp.html - [similar]
FTP 0
« EventUtil::sslRandPoll はじめに » PHP Manual その他のサービス FTP FTP はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 FTP 関数 ftp_alloc — アップロードされるファイルのためのスペースを確保する ftp_append — ファイルの内容をFTPサーバ上 ...
https://man.plustar.jp/php/book.ftp.html - [similar]
オブジェクトのシリアライズ 0
« オブジェクトと参照 共変性と反変性 » PHP Manual クラスとオブジェクト オブジェクトのシリアライズ オブジェクトのシリアライズ オブジェクトのシリアライズ - セッション内でのオブジェクト serialize() は、 PHP で保存できるあらゆる値をバイトストリームで表した文字列を返します。 unserialize() を使 ...
https://man.plustar.jp/php/language.oop5.serialization.html - [similar]
画像をブラウザあるいはファイルに出力する 0
« imagetypes imagewebp » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する imagewbmp (PHP 4 >= 4.0.1, PHP 5, PHP 7, PHP 8) imagewbmp — 画像をブラウザあるいはファイルに出力する 説明 imagewbmp ( GdImage $image , resource | string | null $file = null , ? int $foregrou ...
https://man.plustar.jp/php/function.imagewbmp.html - [similar]