検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 437 for [SIMILAR] 16 1024 4096 WITH 5570 トロ WITH 3329 ... (0.746 sec.)
はじめに 0
« 配列 インストール/設定 » PHP Manual 配列 はじめに はじめに これらの関数により様々な手法で配列にアクセスし、操作することが可能になります。 配列は、変数の組を保存、管理、操作する基本的な要素です。 通常の配列および多次元配列がサポートされており、ユーザーが定義したり、 他の関数で作成するこ ...
https://man.plustar.jp/php/intro.array.html - [similar]
はじめに 0
« OCI8 インストール/設定 » PHP Manual OCI8 はじめに はじめに これらの関数により、 Oracle データベースにアクセスできます。 これらは SQL 及び PL/SQL 文をサポートします。基本的なフィーチャーには、 トランザクション制御、 PHP 変数の Oracle プレースホルダへのバインディング、 及び、ラージ・オブ ...
https://man.plustar.jp/php/intro.oci8.html - [similar]
クラスのコンストラクタを取得する 0
« ReflectionClass::getConstants ReflectionClass::getDefaultProperties » PHP Manual ReflectionClass クラスのコンストラクタを取得する ReflectionClass::getConstructor (PHP 5, PHP 7, PHP 8) ReflectionClass::getConstructor — クラスのコンストラクタを取得する 説明 public ReflectionClass::getCon ...
https://man.plustar.jp/php/reflectionclass.getconstructor.html - [similar]
クラスメソッドの ReflectionMethod を取得する 0
« ReflectionClass::getInterfaces ReflectionClass::getMethods » PHP Manual ReflectionClass クラスメソッドの ReflectionMethod を取得する ReflectionClass::getMethod (PHP 5, PHP 7, PHP 8) ReflectionClass::getMethod — クラスメソッドの ReflectionMethod を取得する 説明 public ReflectionClass::g ...
https://man.plustar.jp/php/reflectionclass.getmethod.html - [similar]
クラスのプロパティを表す ReflectionProperty を取得する 0
« ReflectionClass::getProperties ReflectionClass::getReflectionConstant » PHP Manual ReflectionClass クラスのプロパティを表す ReflectionProperty を取得する ReflectionClass::getProperty (PHP 5, PHP 7, PHP 8) ReflectionClass::getProperty — クラスのプロパティを表す ReflectionProperty を取得 ...
https://man.plustar.jp/php/reflectionclass.getproperty.html - [similar]
このクラスがインターフェイスであるかどうかを調べる 0
« ReflectionClass::isInstantiable ReflectionClass::isInternal » PHP Manual ReflectionClass このクラスがインターフェイスであるかどうかを調べる ReflectionClass::isInterface (PHP 5, PHP 7, PHP 8) ReflectionClass::isInterface — このクラスがインターフェイスであるかどうかを調べる 説明 public R ...
https://man.plustar.jp/php/reflectionclass.isinterface.html - [similar]
XML 要素の名前を取得する 0
« SimpleXMLElement::getDocNamespaces SimpleXMLElement::getNamespaces » PHP Manual SimpleXMLElement XML 要素の名前を取得する SimpleXMLElement::getName (PHP 5 >= 5.1.3, PHP 7, PHP 8) SimpleXMLElement::getName — XML 要素の名前を取得する 説明 public SimpleXMLElement::getName (): string XML 要 ...
https://man.plustar.jp/php/simplexmlelement.getname.html - [similar]
はじめに 0
« 型 論理型 (boolean) » PHP Manual 型 はじめに はじめに PHP は 10 種類の基本型をサポートします。 4 種類のスカラー型: 論理値 ( bool ) 整数 ( int ) 浮動小数点数 (float, double も同じ) 文字列 (string) 4 種類の複合型: 配列 (array) オブジェクト (object) callable iterable そして、最後に 2 種類 ...
https://man.plustar.jp/php/language.types.intro.html - [similar]
現在のキーを取得する 0
« AppendIterator::getIteratorIndex AppendIterator::next » PHP Manual AppendIterator 現在のキーを取得する AppendIterator::key (PHP 5 >= 5.1.0, PHP 7, PHP 8) AppendIterator::key — 現在のキーを取得する 説明 public AppendIterator::key (): scalar 現在のキーを取得します。 パラメータ この関数に ...
https://man.plustar.jp/php/appenditerator.key.html - [similar]
IteratorAggregate インターフェイス 0
« Iterator::valid IteratorAggregate::getIterator » PHP Manual 定義済みのインターフェイスとクラス IteratorAggregate インターフェイス IteratorAggregate インターフェイス (PHP 5, PHP 7, PHP 8) はじめに 外部イテレータを作成するためのインターフェイスです。 インターフェイス概要 interface Iterat ...
https://man.plustar.jp/php/class.iteratoraggregate.html - [similar]