検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 380 for [SIMILAR] 16 1024 4096 WITH 14909 gettraceasstri... (0.908 sec.)
クラス/オブジェクト関数 0
« 例 __autoload » PHP Manual クラス/オブジェクト クラス/オブジェクト関数 クラス/オブジェクト関数 目次 __autoload — 未定義のクラスのロードを試みる class_alias — クラスのエイリアスを作成する class_exists — クラスが定義済みかどうかを確認する enum_exists — 列挙型が定義されているかを調べる ge ...
https://man.plustar.jp/php/ref.classobj.html - [similar]
セッションのデータを読み込む 0
« SessionHandlerInterface::open SessionHandlerInterface::write » PHP Manual SessionHandlerInterface セッションのデータを読み込む SessionHandlerInterface::read (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandlerInterface::read — セッションのデータを読み込む 説明 public SessionHandlerInterface:: ...
https://man.plustar.jp/php/sessionhandlerinterface.read.html - [similar]
現在アクティブな画像のインデックスを取得する 0
« Imagick::getImageHistogram Imagick::getImageInterlaceScheme » PHP Manual Imagick 現在アクティブな画像のインデックスを取得する Imagick::getImageIndex (PECL imagick 2, PECL imagick 3) Imagick::getImageIndex — 現在アクティブな画像のインデックスを取得する 警告 この関数は Imagick 3.4.4 以降 ...
https://man.plustar.jp/php/imagick.getimageindex.html - [similar]
反復処理のモードを設定する 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]