検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 382 for [SIMILAR] 16 1024 4096 WITH 13812 gettrace WITH ... (0.429 sec.)
反復処理のモードを設定する 0
« SplDoublyLinkedList::serialize SplDoublyLinkedList::shift » PHP Manual SplDoublyLinkedList 反復処理のモードを設定する SplDoublyLinkedList::setIteratorMode (PHP 5 >= 5.3.0, PHP 7, PHP 8) SplDoublyLinkedList::setIteratorMode — 反復処理のモードを設定する 説明 public SplDoublyLinkedList::s ...
https://man.plustar.jp/php/spldoublylinkedlist.setiteratormode.html - [similar]
クラス/オブジェクトの情報 0
« usort はじめに » PHP Manual 変数・データ型関連 クラス/オブジェクトの情報 クラス/オブジェクトの情報 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 クラス/オブジェクト関数 __autoload — 未定義のクラスのロードを試みる class_alias — クラスのエイリアス ...
https://man.plustar.jp/php/book.classobj.html - [similar]
発生した IMAP 警告メッセージを返す 0
« imap_8bit imap_append » PHP Manual IMAP 関数 発生した IMAP 警告メッセージを返す imap_alerts (PHP 4, PHP 5, PHP 7, PHP 8) imap_alerts — 発生した IMAP 警告メッセージを返す 説明 imap_alerts (): array | false 直近に imap_alerts() をコールして以来、 またはページ処理を開始して以来生成された ...
https://man.plustar.jp/php/function.imap-alerts.html - [similar]
ページリクエスト時に生じた直近の IMAP エラーを返す 0
« imap_headers imap_list » PHP Manual IMAP 関数 ページリクエスト時に生じた直近の IMAP エラーを返す imap_last_error (PHP 4, PHP 5, PHP 7, PHP 8) imap_last_error — ページリクエスト時に生じた直近の IMAP エラーを返す 説明 imap_last_error (): string | false 現在のページに生じた直近の IMAP エラ ...
https://man.plustar.jp/php/function.imap-last-error.html - [similar]
IP アドレス属性を設定する 0
« radius_get_vendor_attr radius_put_attr » PHP Manual Radius 関数 IP アドレス属性を設定する radius_put_addr (PECL radius >= 1.1.0) radius_put_addr — IP アドレス属性を設定する 説明 radius_put_addr ( resource $radius_handle , int $type , string $addr , int $options = 0 , int $tag = ? ): bo ...
https://man.plustar.jp/php/function.radius-put-addr.html - [similar]
サンプリングモードでの XHProf プロファイリングを開始する 0
« xhprof_sample_disable Yac » PHP Manual Xhprof 関数 サンプリングモードでの XHProf プロファイリングを開始する xhprof_sample_enable (PECL xhprof >= 0.9.0) xhprof_sample_enable — サンプリングモードでの XHProf プロファイリングを開始する 説明 xhprof_sample_enable (): void サンプルモードでのプ ...
https://man.plustar.jp/php/function.xhprof-sample-enable.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
« XSLTProcessor::setParameter XSLTProcessor::setSecurityPrefs » PHP Manual XSLTProcessor プロファイル情報の出力ファイルを設定する XSLTProcessor::setProfiling (PHP >= 5.3.0, PHP 7, PHP 8) XSLTProcessor::setProfiling — プロファイル情報の出力ファイルを設定する 説明 public XSLTProcessor::set ...
https://man.plustar.jp/php/xsltprocessor.setprofiling.html - [similar]
無名クラス 0
« トレイト オーバーロード » PHP Manual クラスとオブジェクト 無名クラス 無名クラス 無名クラスは、その場限りの使い捨てのオブジェクトが必要になった場合に便利です。 <?php // 明示的にクラスを宣言して使う class Logger { public function log ( $msg ) { echo $msg ; } } $util -> setLogger (new Log ...
https://man.plustar.jp/php/language.oop5.anonymous.html - [similar]
定義済み定数 0
« リソース型 有効期限 » PHP Manual Memcached 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 Memcached::OPT_COMPRESSION ペイロードの圧縮を有効あるいは無効にしま ...
https://man.plustar.jp/php/memcached.constants.html - [similar]