検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 124 for attr (0.009 sec.)
Delete an instance using OID 6020
« cubrid_disconnect cubrid_error_code_facility » PHP Manual CUBRID 関数 Delete an instance using ... id ( $req ); printf ( "--- Before Drop: ---\n" ); $attr = cubrid_get ( $conn , $oid ); var_dump ( $attr ); ... d ( $req ); printf ( "\n--- After Drop: ---\n" ); $attr = cubrid_get ( $conn , $oid ); var_dump ( $attr ); ...
https://man.plustar.jp/php/function.cubrid-drop.html - [similar]
新しい DOMAttr オブジェクトを作成する 5983
« DOMAttr DOMAttr::isId » PHP Manual DOMAttr 新しい DOMAttr オブジェクトを作成する DOMAttr::__co ... nstruct (PHP 5, PHP 7, PHP 8) DOMAttr::__construct — 新しい DOMAttr オブジェクトを作成す ... る 説明 public DOMAttr::__construct ( string $name , string $value = "" ) ... 新しい DOMAttr オブジェクトを作成します。 このオブジェクトは読み込 ... 込み可能な ノードを作成するには、 DOMDocument::createAttribute を使用します。 パラメータ name 属性のタグ名。 ...
https://man.plustar.jp/php/domattr.construct.html - [similar]
5959
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... ion ( $w ) { echo "/var/log/messages changed\n" ; $attr = $w -> attr (); if ( $attr [ 'nlink' ]) { printf ... ( "Current size: %ld\n" , $attr [ 'size' ]); printf ( "Current atime: %ld\n" , $at ... r [ 'atime' ]); printf ( "Current mtime: %ld\n" , $attr [ 'mtime' ]); } else { fprintf ( STDERR , "`messag ... ら 1 秒後 printf ( "Current size: %ld\n" , $stat -> attr ()[ 'size' ]); }); $stat = new EvStat ( "/var/log/ ...
https://man.plustar.jp/php/ev.examples.html - [similar]
DOMElement クラス 5823
« DOMDocumentType DOMElement::__construct » PHP Manual DOM DOMElement クラス DOMElement クラス ( ... nextSibling ; public readonly ? DOMNamedNodeMap $ attributes ; public readonly ? DOMDocument $ ownerDocum ... $value = null , string $namespace = "" ) public getAttribute ( string $qualifiedName ): string public getA ... ttributeNode ( string $qualifiedName ): DOMAttr | DOMNameSpaceNode | false public getAttributeNode ... NS ( ? string $namespace , string $localName ): DOMAttr | DOMNameSpaceNode | null public getAttributeNS ( ...
https://man.plustar.jp/php/class.domelement.html - [similar]
mysqli_stmt クラス 5823
« mysqli::$warning_count mysqli_stmt::$affected_rows » PHP Manual MySQLi mysqli_stmt クラス mysq ... ( mysqli $mysql , ? string $query = null ) public attr_get ( int $attribute ): int public attr_set ( int ... $attribute , int $value ): bool public bind_param ( stri ... 追加、あるいは選択された行の総数を返す mysqli_stmt::attr_get — ステートメントの属性の現在の値を取得する mys ... qli_stmt::attr_set — プリペアドステートメントの振る舞いを変更する ...
https://man.plustar.jp/php/class.mysqli-stmt.html - [similar]
接続、および接続の管理 5688
« 定義済み定数 トランザクションおよび自動コミット » PHP Manual PDO 接続、および接続の管理 接続、 ... lhost;dbname=test' , $user , $pass , array( PDO :: ATTR_PERSISTENT => true )); ?> PDO::ATTR_PERSISTENT オプ ... 定を使う場合に便利です。たとえば、 異なる PDO::MYSQL_ATTR_USE_BUFFERED_QUERY の値を設定する場合が挙げられます ... したい場合は、ドライバのオプションを表す配列に PDO::ATTR_PERSISTENT を設定して PDO のコンストラクタに渡す必 ... 要があります。この属性を PDO::setAttribute() を用いてインスタンス作成後に設定した場合は、 ...
https://man.plustar.jp/php/pdo.connections.html - [similar]
名前で定義されたエントリの外部属性を取得する 5688
« ZipArchive::getExternalAttributesIndex ZipArchive::getFromIndex » PHP Manual ZipArchive 名前で ... エントリの外部属性を取得する ZipArchive::getExternalAttributesName (PHP 5 >= 5.6.0, PHP 7, PHP 8, PECL zip ... >= 1.12.4) ZipArchive::getExternalAttributesName — 名前で定義されたエントリの外部属性を取 ... 得する 説明 public ZipArchive::getExternalAttributesName ( string $name , int &$opsys , int &$att ... れた、 オペレーティングシステムコードを取得します。 attr 成功した場合に、外部属性を取得します。 値はオペレー ...
https://man.plustar.jp/php/ziparchive.getexternalattributesname.html - [similar]
インデックスで定義されたエントリの外部属性を設定する 5688
« ZipArchive::setEncryptionName ZipArchive::setExternalAttributesName » PHP Manual ZipArchive イ ... エントリの外部属性を設定する ZipArchive::setExternalAttributesIndex (PHP 5 >= 5.6.0, PHP 7, PHP 8, PECL zip ... >= 1.12.4) ZipArchive::setExternalAttributesIndex — インデックスで定義されたエントリの外部 ... 属性を設定する 説明 public ZipArchive::setExternalAttributesIndex ( int $index , int $opsys , int $attr , ... ひとつで定義された、 オペレーティングシステムコード attr 外部属性。 値はオペレーティングシステム依存です。 ...
https://man.plustar.jp/php/ziparchive.setexternalattributesindex.html - [similar]
属性が定義済みの ID かどうかを調べる 5651
« DOMAttr::__construct DOMCdataSection » PHP Manual DOMAttr 属性が定義済みの ID かどうかを調べる ... DOMAttr::isId (PHP 5, PHP 7, PHP 8) DOMAttr::isId — 属性が ... 定義済みの ID かどうかを調べる 説明 public DOMAttr::isId (): bool この関数は、属性が定義済みの ID かど ... ue を、失敗した場合に false を返します。 例 例1 DOMAttr::isId() の例 <?php $doc = new DomDocument ; // id ... chapter 要素から、id という名前の属性を取得します $attr = $doc -> getElementsByTagName ( 'chapter' )-> ite ...
https://man.plustar.jp/php/domattr.isid.html - [similar]
IP アドレス属性を設定する 5651
« radius_get_vendor_attr radius_put_attr » PHP Manual Radius 関数 IP アドレス属性を設定する radi ...
https://man.plustar.jp/php/function.radius-put-addr.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT