検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 713 for [SIMILAR] 16 1024 4096 WITH 25487 sessionhandler... (0.476 sec.)
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 PHP オプション/情報設定オプション 名前 デフォルト 変更可能 変更履歴 assert.active "1" PHP_INI_ALL assert.bail "0" PHP_INI_ALL assert.warning "1" PHP_INI_ALL assert.ca ...
https://man.plustar.jp/php/info.configuration.html - [similar]
実行時設定 0
« インストール/設定 定義済み定数 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 phpdbg 設定オプション 名前 デフォルト 変更可能 変更履歴 phpdbg.eol 2 PHP_INI_ALL PHP 8.1.0 で削除されました。 phpdbg.path 6 PHP 8.1.0 で削除されました。 以下に設定 ...
https://man.plustar.jp/php/phpdbg.configuration.html - [similar]
0
« 定義済み定数 PhpToken » PHP Manual Tokenizer 例 例 以下に tokenizer を用いた簡単な PHP スクリプトの例を示します。この例は、 PHP ファイルを読み込み、ソースから全てのコメントを削除し、コードのみを 出力するものです。 例1 tokenizer によるコメントの削除 <?php $source = file_get_contents ( ' ...
https://man.plustar.jp/php/tokenizer.examples.html - [similar]
Phar 0
« lzf_optimized_for はじめに » PHP Manual 圧縮およびアーカイブ Phar Phar はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 Phar アーカイブの使用法 Phar アーカイブの使用法: 導入 Phar アーカイブの使用法: phar ストリームラッパー Phar アーカイブの使用法: Pha ...
https://man.plustar.jp/php/book.phar.html - [similar]
指定されたメッセージをメールボックスに移動する 0
« imap_mail_copy imap_mail » PHP Manual IMAP 関数 指定されたメッセージをメールボックスに移動する imap_mail_move (PHP 4, PHP 5, PHP 7, PHP 8) imap_mail_move — 指定されたメッセージをメールボックスに移動する 説明 imap_mail_move ( IMAP\Connection $imap , string $message_nums , string $mailbo ...
https://man.plustar.jp/php/function.imap-mail-move.html - [similar]
指定した関数の、__autoload() の実装としての登録を解除する 0
« spl_autoload_register spl_autoload » PHP Manual SPL 関数 指定した関数の、__autoload() の実装としての登録を解除する spl_autoload_unregister (PHP 5 >= 5.1.0, PHP 7, PHP 8) spl_autoload_unregister — 指定した関数の、__autoload() の実装としての登録を解除する 説明 spl_autoload_unregister ( c ...
https://man.plustar.jp/php/function.spl-autoload-unregister.html - [similar]
NULL 0
« リソース コールバック / Callable » PHP Manual 型 NULL NULL 特別な null 値は、ある変数が値を持たないことを表します。 null は、 null 型の唯一の値です。 変数は、以下の場合に null とみなされます。 定数 null が代入されている場合。 まだ値が何も代入されていない場合。 unset() されている場合。 ...
https://man.plustar.jp/php/language.types.null.html - [similar]
Memcached 0
« memcache_debug はじめに » PHP Manual その他のサービス Memcached Memcached はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 有効期限 コールバック Result コールバック Read-through キャッシュコールバック セッションのサポート Memcached — Memcached クラス ...
https://man.plustar.jp/php/book.memcached.html - [similar]
文字列の最後から空白 (もしくはその他の文字) を取り除く 0
« quotemeta setlocale » PHP Manual String 関数 文字列の最後から空白 (もしくはその他の文字) を取り除く rtrim (PHP 4, PHP 5, PHP 7, PHP 8) rtrim — 文字列の最後から空白 (もしくはその他の文字) を取り除く 説明 rtrim ( string $string , string $characters = " \n\r\t\v\x00" ): string この関数は文 ...
https://man.plustar.jp/php/function.rtrim.html - [similar]
リファレンスの適用範囲 0
« リファレンスの解除 定義済の変数 » PHP Manual リファレンスの説明 リファレンスの適用範囲 リファレンスの適用範囲 PHP の多くの構文構造は、リファレンス機構を利用して実装されています。 このため、前記のリファレンス結合に関する事項はこれらの構造についても 適用されます。リファレンス渡しおよびリ ...
https://man.plustar.jp/php/language.references.spot.html - [similar]