検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 631 for [SIMILAR] 16 1024 4096 WITH 61457 ーハ WITH 2032... (0.532 sec.)
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
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 各機能の動作は、使用するデータベースの実装に依存します。 dba_optimize() および dba_sync() のような関数は、特定のデータベースでは動作しますが、他のデータベースでは 機能しません。サポートされるdbaハンドラをダウン ...
https://man.plustar.jp/php/dba.requirements.html - [similar]
プロセス制御 0
« expect_popen はじめに » PHP Manual プロセス制御 プロセス制御 プロセス制御 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 PCNTL 関数 pcntl_alarm — シグナルを送信するアラームを設定する pcntl_async_signals — 非同期のシグナルハンドリン ...
https://man.plustar.jp/php/book.pcntl.html - [similar]
ReflectionZendExtension クラス 0
« ReflectionEnumBackedCase::getBackingValue ReflectionZendExtension::__clone » PHP Manual リフレクション ReflectionZendExtension クラス ReflectionZendExtension クラス (PHP 5 >= 5.4.0, PHP 7, PHP 8) はじめに クラス概要 class ReflectionZendExtension implements Reflector { /* プロパティ */ ...
https://man.plustar.jp/php/class.reflectionzendextension.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]
SessionIdInterface クラス 0
« SessionHandlerInterface::write SessionIdInterface::create_sid » PHP Manual Sessions SessionIdInterface クラス SessionIdInterface クラス (PHP 5 >= 5.5.1, PHP 7, PHP 8) はじめに SessionIdInterface は カスタムのセッションハンドラを作成するためのオプションのメソッドを定義します。 オブジェク ...
https://man.plustar.jp/php/class.sessionidinterface.html - [similar]
出力バッファリング機構のネストレベルを返す 0
« ob_get_length ob_get_status » PHP Manual 出力制御 関数 出力バッファリング機構のネストレベルを返す ob_get_level (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) ob_get_level — 出力バッファリング機構のネストレベルを返す 説明 ob_get_level (): int 出力バッファリングハンドラのネストレベルを返します。 ...
https://man.plustar.jp/php/function.ob-get-level.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]
複数の行セットを返す文ハンドラで次の行セットに移動する 0
« PDOStatement::getIterator PDOStatement::rowCount » PHP Manual PDOStatement 複数の行セットを返す文ハンドラで次の行セットに移動する PDOStatement::nextRowset (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 0.2.0) PDOStatement::nextRowset — 複数の行セットを返す文ハンドラで次の行セットに移動する ...
https://man.plustar.jp/php/pdostatement.nextrowset.html - [similar]
0
« 定義済み定数 基本的な使用法 » PHP Manual Sessions 例 例 目次 基本的な使用法 セッションIDの受渡し カスタムセッションハンドラ 関連キーワード: 例 , 基本 , 定義 , 定数 , Sessions , セッション , 受渡し , カスタムセッションハンドラ , ...
https://man.plustar.jp/php/session.examples.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT