検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 237 for [SIMILAR] 16 1024 4096 WITH 27060 力バ WITH 2235... (0.465 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
« カスタムセッションハンドラ セッション と セキュリティ » PHP Manual Sessions セッションのアップロード状況 セッションのアップロード状況 INI オプション session.upload_progress.enabled を有効にすると、アップロード中の個々のファイルの進捗状況を PHP で追えるようになります。 この情報は、アップ ...
https://man.plustar.jp/php/session.upload-progress.html - [similar]
ストリームのオプションを変更する 0
« streamWrapper::stream_seek streamWrapper::stream_stat » PHP Manual streamWrapper ストリームのオプションを変更する streamWrapper::stream_set_option (PHP 5 >= 5.3.0, PHP 7, PHP 8) streamWrapper::stream_set_option — ストリームのオプションを変更する 説明 public streamWrapper::stream_set_op ...
https://man.plustar.jp/php/streamwrapper.stream-set-option.html - [similar]
iconv 0
« textdomain はじめに » PHP Manual 自然言語および文字エンコーディング iconv iconv はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 iconv 関数 iconv_get_encoding — iconv 拡張モジュールの内部設定変数を取得する iconv_mime_decode_headers — 複数の MIME ヘッダ ...
https://man.plustar.jp/php/book.iconv.html - [similar]
文字エンコーディング変換用の設定を行なう 0
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう iconv_set_encoding (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) iconv_set_encoding — 文字エンコーディング変換用の設定を行なう 説明 iconv_set_encoding ( string $type , string $encoding ): bool type ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]
iconv 関数 0
« 定義済み定数 iconv_get_encoding » PHP Manual iconv iconv 関数 iconv 関数 参考 GNU Recode 関数 も参照してください。 目次 iconv_get_encoding — iconv 拡張モジュールの内部設定変数を取得する iconv_mime_decode_headers — 複数の MIME ヘッダフィールドを一度にデコードする iconv_mime_decode — MIM ...
https://man.plustar.jp/php/ref.iconv.html - [similar]
mysqli_result オブジェクトを構築する 0
« mysqli_result mysqli_result::$current_field » PHP Manual mysqli_result mysqli_result オブジェクトを構築する mysqli_result::__construct (PHP 5, PHP 7, PHP 8) mysqli_result::__construct — mysqli_result オブジェクトを構築する 説明 public mysqli_result::__construct ( mysqli $mysql , int $r ...
https://man.plustar.jp/php/mysqli-result.construct.html - [similar]
定義済み定数 0
« リソース型 有効期限 » PHP Manual Memcached 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 Memcached::OPT_COMPRESSION ペイロードの圧縮を有効あるいは無効にしま ...
https://man.plustar.jp/php/memcached.constants.html - [similar]
クッキー(Cookies) 0
« PHP による HTTP 認証 セッション » PHP Manual 機能 クッキー(Cookies) クッキー(Cookies) PHP は、HTTP クッキー(Cookie)を完全にサポートします。 クッキーは、リモートブラウザに文字列データを保存したり、 再訪するユーザーを特定したりする機構です。 setcookie() か setrawcookie() を使用してクッキ ...
https://man.plustar.jp/php/features.cookies.html - [similar]
gzファイルへのポインタから残りのデータ全部を出力する 0
« gzopen gzputs » PHP Manual Zlib 関数 gzファイルへのポインタから残りのデータ全部を出力する gzpassthru (PHP 4, PHP 5, PHP 7, PHP 8) gzpassthru — gzファイルへのポインタから残りのデータ全部を出力する 説明 gzpassthru ( resource $stream ): int gz ファイルポインタについて現在位置から EOF まで ...
https://man.plustar.jp/php/function.gzpassthru.html - [similar]