検索

phrase: max: clip:
target: order:
Results of 441 - 450 of about 1200 for var (0.050 sec.)
直近のエラーコードを取得する 2849
« SNMP::get SNMP::getError » PHP Manual SNMP 直近のエラーコードを取得する SNMP::getErrno (PHP 5 ... :: VERSION_2c , '127.0.0.1' , 'boguscommunity' ); var_dump (@ $session -> get ( '.1.3.6.1.2.1.1.1.0' )); ... var_dump ( $session -> getErrno () == SNMP :: ERRNO_TI ...
https://man.plustar.jp/php/snmp.geterrno.html - [similar]
直近のエラーメッセージを取得する 2849
« SNMP::getErrno SNMP::getnext » PHP Manual SNMP 直近のエラーメッセージを取得する SNMP::getError ... :: VERSION_2c , '127.0.0.1' , 'boguscommunity' ); var_dump (@ $session -> get ( '.1.3.6.1.2.1.1.1.0' )); ... var_dump ( $session -> getError ()); ?> 上の例の出力は ...
https://man.plustar.jp/php/snmp.geterror.html - [similar]
ファイル名を除いたパスを取得する 2849
« SplFileInfo::getOwner SplFileInfo::getPathInfo » PHP Manual SplFileInfo ファイル名を除いたパス ... <?php $info = new SplFileInfo ( '/usr/bin/php' ); var_dump ( $info -> getPath ()); $info = new SplFileIn ... fo ( '/usr/' ); var_dump ( $info -> getPath ()); ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/splfileinfo.getpath.html - [similar]
オブジェクトをストレージから取り除く 2849
« SplObjectStorage::current SplObjectStorage::getHash » PHP Manual SplObjectStorage オブジェクト ... $s = new SplObjectStorage (); $s -> attach ( $o ); var_dump ( count ( $s )); $s -> detach ( $o ); var_dum ...
https://man.plustar.jp/php/splobjectstorage.detach.html - [similar]
ノードが子を持つかどうかを調べる 2849
« tidyNode::getParent tidyNode::hasSiblings » PHP Manual tidyNode ノードが子を持つかどうかを調べ ... parse_string ( $html ); $num = 0 ; // the head tag var_dump ( $tidy -> html ()-> child [ 0 ]-> hasChildre ... n ()); // the php inside the head tag var_dump ( $tidy -> html ()-> child [ 0 ]-> child [ 0 ...
https://man.plustar.jp/php/tidynode.haschildren.html - [similar]
ZIP アーカイブのコメントを返す 2849
« ZipArchive::extractTo ZipArchive::getCommentIndex » PHP Manual ZipArchive ZIP アーカイブのコメ ... 'test_with_comment.zip' ); if ( $res === TRUE ) { var_dump ( $zip -> getArchiveComment ()); /* あるいはア ... ーカイブのプロパティを使用します */ var_dump ( $zip -> comment ); } else { echo '失敗、コー ...
https://man.plustar.jp/php/ziparchive.getarchivecomment.html - [similar]
振る舞いのフラグを取得する 2820
« ArrayObject::getArrayCopy ArrayObject::getIterator » PHP Manual ArrayObject 振る舞いのフラグを ... 得します $flags = $fruitsArrayObject -> getFlags (); var_dump ( $flags ); // 新しいフラグを設定します $frui ... 得します $flags = $fruitsArrayObject -> getFlags (); var_dump ( $flags ); ?> 上の例の出力は以下となります。 ...
https://man.plustar.jp/php/arrayobject.getflags.html - [similar]
ArrayObject をシリアライズする 2820
« ArrayObject::offsetUnset ArrayObject::setFlags » PHP Manual ArrayObject ArrayObject をシリアラ ... $s1 = serialize ( $o ); $s2 = $o -> serialize (); var_dump ( $s1 ); var_dump ( $s2 ); ?> 上の例の出力は以 ...
https://man.plustar.jp/php/arrayobject.serialize.html - [similar]
キャッシュの内容を取得する 2820
« CachingIterator::current CachingIterator::getFlags » PHP Manual CachingIterator キャッシュの内 ... ULL_CACHE ); $cache -> next (); $cache -> next (); var_dump ( $cache -> getCache ()); $cache -> next (); ...
https://man.plustar.jp/php/cachingiterator.getcache.html - [similar]
WeakReference クラス 2820
« Fiber::getCurrent WeakReference::__construct » PHP Manual 定義済みのインターフェイスとクラス W ... ass ; $weakref = WeakReference :: create ( $obj ); var_dump ( $weakref -> get ()); unset( $obj ); var_dum ...
https://man.plustar.jp/php/class.weakreference.html - [similar]