検索

phrase: max: clip:
target: order:
Results of 711 - 720 of about 1267 for Value (0.159 sec.)
2560
« 定義済み定数 Seaslog 関数 » PHP Manual Seaslog 例 例 例1 Get and set base path <?php $basePath ... a notice log 例4 Fast count some type of log count value SeasLog get count value of `grep -wc` use system p ... 5 Acquisit some type of log list SeasLog get count value of `grep -w` use system pipe and return array to P ...
https://man.plustar.jp/php/seaslog.examples.html - [similar]
属性を開始する 2560
« XMLWriter::setIndentString XMLWriter::startAttributeNs » PHP Manual XMLWriter 属性を開始する X ... startAttribute ( 'attribute' ); $writer -> text ( 'value' ); $writer -> endAttribute (); $writer -> endElem ... rsion="1.0" encoding="UTF-8"?> <element attribute="value"/> 参考 XMLWriter::startAttributeNs() - 名前空間つ ...
https://man.plustar.jp/php/xmlwriter.startattribute.html - [similar]
オフセットが存在するかどうか 2543
« ArrayAccess ArrayAccess::offsetGet » PHP Manual ArrayAccess オフセットが存在するかどうか Array ... rayaccess { public function offsetSet ( $offset , $value ): void { var_dump ( __METHOD__ ); } public functi ... setGet ( $var ) { var_dump ( __METHOD__ ); return "value" ; } } $obj = new obj ; echo "Runs obj::offsetExis ...
https://man.plustar.jp/php/arrayaccess.offsetexists.html - [similar]
ReflectionObject クラス 2543
« ReflectionNamedType::isBuiltin ReflectionObject::__construct » PHP Manual リフレクション Refle ... : ? array public ReflectionClass::getStaticPropertyValue ( string $name , mixed &$def_value = ? ): mixed pu ... ): object public ReflectionClass::setStaticPropertyValue ( string $name , mixed $value ): void public Refle ...
https://man.plustar.jp/php/class.reflectionobject.html - [similar]
Stringable インターフェイス 2543
« WeakMap::offsetUnset Stringable::__toString » PHP Manual 定義済みのインターフェイスとクラス St ... " ; } } function showStuff ( string | Stringable $value ) { // Stringable の場合、__toString をコールするこ ... とで // オブジェクトが文字列に変換されます。 print $value ; } $ip = new IPv4Address ( '123' , '234' , '42' , ...
https://man.plustar.jp/php/class.stringable.html - [similar]
tidyNode クラス 2543
« tidy::root tidyNode::__construct » PHP Manual Tidy tidyNode クラス tidyNode クラス (PHP 5, PHP ... dyNode { /* プロパティ */ public readonly string $ value ; public readonly string $ name ; public readonly ... isPhp (): bool public isText (): bool } プロパティ value まわりのタグも含む、ノードの HTML 表現 name HTML ノ ...
https://man.plustar.jp/php/class.tidynode.html - [similar]
XMLReader クラス 2543
« リソース型 XMLReader::close » PHP Manual XMLReader XMLReader クラス XMLReader クラス (PHP 5 >= ... h ; public bool $ hasAttributes ; public bool $ hasValue ; public bool $ isDefault ; public bool $ isEmptyE ... odeType ; public string $ prefix ; public string $ value ; public string $ xmlLang ; /* メソッド */ public ... g public setParserProperty ( int $property , bool $value ): bool public setRelaxNGSchema ( ? string $filena ... asAttributes ノードが属性を保持しているかどうか hasValue ノードがテキストの値を保持しているかどうか isDefau ...
https://man.plustar.jp/php/class.xmlreader.html - [similar]
continue 2543
« break switch » PHP Manual 制御構造 continue continue (PHP 4, PHP 5, PHP 7, PHP 8) continue は、 ... でスキップします。 <?php foreach ( $arr as $key => $value ) { if (!( $key % 2 )) { // キーが偶数の組をスキッ ... プします continue; } do_something_odd ( $value ); } $i = 0 ; while ( $i ++ < 5 ) { echo "Outer<br ...
https://man.plustar.jp/php/control-structures.continue.html - [similar]
データの比較にコールバック関数を用い、配列の共通項を計算する 2543
« array_uintersect_uassoc array_unique » PHP Manual 配列 関数 データの比較にコールバック関数を用 ... sect ( array $array , array ...$arrays , callable $value_compare_func ): array データの比較にコールバック関 ... ラメータ array 最初の配列。 arrays 比較対象の配列。 value_compare_func 比較関数は、最初の引数と二番目の引数の ...
https://man.plustar.jp/php/function.array-uintersect.html - [similar]
Move the result set cursor to the specified field offset 2543
« cubrid_field_name cubrid_field_table » PHP Manual CUBRID MySQL 互換関数 Move the result set cu ... d -> table ); printf ( "%-30s \"%s\"\n" , "default value:" , $field -> def ); printf ( "%-30s %d\n" , "max ... perties --- name: athlete_code table: game default value: "" max length: 0 not null: 1 unique key: 1 multip ...
https://man.plustar.jp/php/function.cubrid-field-seek.html - [similar]