検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 622 for [SIMILAR] 16 1024 4096 WITH 10506 ー処 WITH 5721... (1.871 sec.)
WinCache セッションハンドラ 0
« WinCache 統計スクリプト WinCache 関数への切り替え » PHP Manual インストール/設定 WinCache セッションハンドラ WinCache セッションハンドラ WinCache セッションハンドラ (WinCache 1.1.0 以降で使用可能) を使うと、 PHP のセッションデータを共有メモリ上のセッションキャッシュに格納できるようにな ...
https://man.plustar.jp/php/wincache.sessionhandler.html - [similar]
定義されたエラー処理ルーチンにエラーメッセージを送信する 0
« error_get_last error_reporting » PHP Manual エラー処理関数 定義されたエラー処理ルーチンにエラーメッセージを送信する error_log (PHP 4, PHP 5, PHP 7, PHP 8) error_log — 定義されたエラー処理ルーチンにエラーメッセージを送信する 説明 error_log ( string $message , int $message_type = 0 , ? s ...
https://man.plustar.jp/php/function.error-log.html - [similar]
SessionHandlerInterface クラス 0
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInterface クラス SessionHandlerInterface クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに SessionHandlerInterface は カスタムセッションハンドラを作成する際の最低限のプロトタイプを定義したインターフェ ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果... 0
« readline_add_history readline_callback_handler_remove » PHP Manual Readline 関数 readline コールバックインターフェイスと端末を初期化し、 プロンプトを表示して結果をすぐに返す readline_callback_handler_install (PHP 5 >= 5.1.0, PHP 7, PHP 8) readline_callback_handler_install — readline コ ...
https://man.plustar.jp/php/function.readline-callback-handler-install.html - [similar]
使用中の出力ハンドラの一覧を取得する 0
« ob_implicit_flush ob_start » PHP Manual 出力制御 関数 使用中の出力ハンドラの一覧を取得する ob_list_handlers (PHP 4 >= 4.3.0, PHP 5, PHP 7, PHP 8) ob_list_handlers — 使用中の出力ハンドラの一覧を取得する 説明 ob_list_handlers (): array 使用中の出力ハンドラの一覧を返します。 パラメータ こ ...
https://man.plustar.jp/php/function.ob-list-handlers.html - [similar]
出力のバッファリングを有効にする 0
« ob_list_handlers output_add_rewrite_var » PHP Manual 出力制御 関数 出力のバッファリングを有効にする ob_start (PHP 4, PHP 5, PHP 7, PHP 8) ob_start — 出力のバッファリングを有効にする 説明 ob_start ( callable $callback = null , int $chunk_size = 0 , int $flags = PHP_OUTPUT_HANDLER_STDFLA ...
https://man.plustar.jp/php/function.ob-start.html - [similar]
PHP 7 でのエラー 0
« 基本 例外(exceptions) » PHP Manual エラー PHP 7 でのエラー PHP 7 でのエラー PHP 7 は大半のエラーがどのようにPHPから報告されるかを変更しています。 PHP 5 で使われていたこれまでのエラー報告メカニズムを使うかわりに、 大半のエラーを Error 例外としてスローするようになったのです。 通常の例外と ...
https://man.plustar.jp/php/language.errors.php7.html - [similar]
出力バッファのステータスを取得する 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]
文字を読み込み、改行を受け取ると readline コールバックインターフェイスに通知する 0
« readline_callback_handler_remove readline_clear_history » PHP Manual Readline 関数 文字を読み込み、改行を受け取ると readline コールバックインターフェイスに通知する readline_callback_read_char (PHP 5 >= 5.1.0, PHP 7, PHP 8) readline_callback_read_char — 文字を読み込み、改行を受け取ると ...
https://man.plustar.jp/php/function.readline-callback-read-char.html - [similar]
基本的な使用法 0
« 例 PCNTL 関数 » PHP Manual 例 基本的な使用法 基本的な使用法 この例は、シグナルハンドラを有するデーモンプロセスをフォークします。 例1 プロセス制御の例 <?php declare( ticks = 1 ); $pid = pcntl_fork (); if ( $pid == - 1 ) { die( "fork できません" ); } else if ( $pid ) { exit(); // 親プロセ ...
https://man.plustar.jp/php/pcntl.example.html - [similar]