検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 317 for 基本 (0.110 sec.)
パターンにマッチするパス名の検索 4343
« data:// phar:// » PHP Manual サポートするプロトコル/ラッパー パターンにマッチするパス名の検索 ... mkdir() のサポート No rmdir() のサポート No 例 例1 基本的な使用法 <?php // ext/spl/examples/ ディレクトリの ...
https://man.plustar.jp/php/wrappers.glob.html - [similar]
出力バッファリング制御 4288
« opcache_reset はじめに » PHP Manual PHP の振る舞いの変更 出力バッファリング制御 出力バッファリ ... ンストール手順 実行時設定 リソース型 定義済み定数 例 基本的な使用法 出力リライトの使用法 出力制御 関数 flush ...
https://man.plustar.jp/php/book.outcontrol.html - [similar]
SimpleXML 4288
« libxml_use_internal_errors はじめに » PHP Manual XML 操作 SimpleXML SimpleXML はじめに インスト ... ンストール手順 実行時設定 リソース型 定義済み定数 例 基本的な SimpleXML の使用法 XML エラーの対応 SimpleXMLEl ...
https://man.plustar.jp/php/book.simplexml.html - [similar]
ArrayAccess インターフェイス 4288
« Throwable::__toString ArrayAccess::offsetExists » PHP Manual 定義済みのインターフェイスとクラス ... d public offsetUnset ( mixed $offset ): void } 例1 基本的な使用法 <?php class Obj implements ArrayAccess { ...
https://man.plustar.jp/php/class.arrayaccess.html - [similar]
CallbackFilterIterator クラス 4288
« CachingIterator::valid CallbackFilterIterator::accept » PHP Manual イテレータ CallbackFilterIt ... す配列、あるいは無名関数などです。 例2 コールバックの基本例 <?php $dir = new FilesystemIterator ( __DIR__ ); ...
https://man.plustar.jp/php/class.callbackfilteriterator.html - [similar]
SeekableIterator インターフェイス 4288
« RecursiveIterator::hasChildren SeekableIterator::seek » PHP Manual インターフェイス SeekableIt ... ind (): void public Iterator::valid (): bool } 例1 基本的な使用法 この例では、 SeekableIterator を作成して位 ...
https://man.plustar.jp/php/class.seekableiterator.html - [similar]
Serializable インターフェイス 4288
« ArrayAccess::offsetUnset Serializable::serialize » PHP Manual 定義済みのインターフェイスとクラ ... ng public unserialize ( string $data ): void } 例1 基本的な使用法 <?php class obj implements Serializable { ...
https://man.plustar.jp/php/class.serializable.html - [similar]
Stringable インターフェイス 4288
« WeakMap::offsetUnset Stringable::__toString » PHP Manual 定義済みのインターフェイスとクラス St ... g (): string } Stringable インターフェイスの例 例1 基本的な Stringable インターフェイスの使い方 <?php class ...
https://man.plustar.jp/php/class.stringable.html - [similar]
VarnishAdmin クラス 4288
« 基本的な VarnishLog の使用法 VarnishAdmin::auth » PHP Manual Varnish VarnishAdmin クラス Varni ...
https://man.plustar.jp/php/class.varnishadmin.html - [similar]
制御構造に関する別の構文 4288
« elseif/else if while » PHP Manual 制御構造 制御構造に関する別の構文 制御構造に関する別の構文 ( ... endforeach; , endswitch; に変更するのが 別の構文の基本的な形式となります。 <?php if ( $a == 5 ): ?> Aは5に ...
https://man.plustar.jp/php/control-structures.alternative-syntax.html - [similar]