検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 318 for [SIMILAR] 16 1024 4096 WITH 13876 getiterator WI... (0.348 sec.)
DTD の開始タグを作成する 0
« XMLWriter::startDocument XMLWriter::startDtdAttlist » PHP Manual XMLWriter DTD の開始タグを作成する XMLWriter::startDtd xmlwriter_start_dtd (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) XMLWriter::startDtd -- xmlwriter_start_dtd — DTD の開始タグを作成する 説明 オブジェクト指向 ...
https://man.plustar.jp/php/xmlwriter.startdtd.html - [similar]
DTD タグ全体を書き込む 0
« XMLWriter::writeComment XMLWriter::writeDtdAttlist » PHP Manual XMLWriter DTD タグ全体を書き込む XMLWriter::writeDtd xmlwriter_write_dtd (PHP 5 >= 5.1.2, PHP 7, PHP 8, PECL xmlwriter >= 0.1.0) XMLWriter::writeDtd -- xmlwriter_write_dtd — DTD タグ全体を書き込む 説明 オブジェクト指向型 p ...
https://man.plustar.jp/php/xmlwriter.writedtd.html - [similar]
ArrayObject クラス 0
« その他のクラスおよびインターフェイス ArrayObject::append » PHP Manual その他のクラスおよびインターフェイス ArrayObject クラス ArrayObject クラス (PHP 5, PHP 7, PHP 8) はじめに このクラスは、オブジェクトを配列として動作させます。 クラス概要 class ArrayObject implements IteratorAggregate ...
https://man.plustar.jp/php/class.arrayobject.html - [similar]
PHP の使いかた 0
« 構築時の問題 パスワードのハッシュ » PHP Manual FAQ PHP の使いかた PHP の使いかた このセクションにはPHPスクリプトを書くにあたってよく問題となる事柄が 集められています。 PHP の関数のパラメータの順番を覚えられません。だって関数によってばらばらなんだもん。 あらゆるフォームから送信されたデー ...
https://man.plustar.jp/php/faq.using.html - [similar]
ディレクトリを変更する 0
« ディレクトリ 関数 chroot » PHP Manual ディレクトリ 関数 ディレクトリを変更する chdir (PHP 4, PHP 5, PHP 7, PHP 8) chdir — ディレクトリを変更する 説明 chdir ( string $directory ): bool PHP のカレントディレクトリを directory に変更します。 パラメータ directory 新しいカレントディレクトリ ...
https://man.plustar.jp/php/function.chdir.html - [similar]
PDOStatement クラス 0
« PDO::setAttribute PDOStatement::bindColumn » PHP Manual PDO PDOStatement クラス PDOStatement クラス (PHP 5 >= 5.1.0, PHP 7, PHP 8, PECL pdo >= 1.0.0) はじめに プリペアドステートメントを表します。ステートメント実行後は関連する結果セットを表します。 クラス概要 class PDOStatement implemen ...
https://man.plustar.jp/php/class.pdostatement.html - [similar]
ZipArchive クラス 0
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2.0, PHP 7, PHP 8, PECL zip >= 1.1.0) はじめに Zip で圧縮されたファイルアーカイブです。 クラス概要 class ZipArchive implements Countable { /* プロパティ */ public readonly int $ lastId ; public ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
現在の配列キーを返す 0
« ArrayIterator::getFlags ArrayIterator::ksort » PHP Manual ArrayIterator 現在の配列キーを返す ArrayIterator::key (PHP 5, PHP 7, PHP 8) ArrayIterator::key — 現在の配列キーを返す 説明 public ArrayIterator::key (): string | int | null この関数は、現在の配列キーを返します パラメータ この関数 ...
https://man.plustar.jp/php/arrayiterator.key.html - [similar]
配列を最初に巻き戻す 0
« ArrayIterator::offsetUnset ArrayIterator::seek » PHP Manual ArrayIterator 配列を最初に巻き戻す ArrayIterator::rewind (PHP 5, PHP 7, PHP 8) ArrayIterator::rewind — 配列を最初に巻き戻す 説明 public ArrayIterator::rewind (): void イテレータを最初に巻き戻します。 パラメータ この関数にはパラ ...
https://man.plustar.jp/php/arrayiterator.rewind.html - [similar]
XMLタグのマッピングの例 0
« XML エレメント構造の例 XML 外部エンティティの例 » PHP Manual 例 XMLタグのマッピングの例 XMLタグのマッピングの例 例1 XMLをHTMLにマップする この例は、XMLドキュメントのタグを直接HTMLタグにマップします。 "map array" にないエレメントは無視されます。もちろん、この例は、 特定の XML ドキュメン ...
https://man.plustar.jp/php/example.xml-map-tags.html - [similar]