検索

phrase: max: clip:
target: order:
Results of 371 - 380 of about 1070 for Dump (0.028 sec.)
直近のエラーコードを取得する 3018
« 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_ ...
https://man.plustar.jp/php/snmp.geterrno.html - [similar]
直近のエラーメッセージを取得する 3018
« 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_ ...
https://man.plustar.jp/php/snmp.geterror.html - [similar]
ファイル名を除いたパスを取得する 3018
« SplFileInfo::getOwner SplFileInfo::getPathInfo » PHP Manual SplFileInfo ファイル名を除いたパス ... hp $info = new SplFileInfo ( '/usr/bin/php' ); var_dump ( $info -> getPath ()); $info = new SplFileInfo ( ... '/usr/' ); var_dump ( $info -> getPath ()); ?> 上の例の出力は、 たとえ ...
https://man.plustar.jp/php/splfileinfo.getpath.html - [similar]
オブジェクトをストレージから取り除く 3018
« SplObjectStorage::current SplObjectStorage::getHash » PHP Manual SplObjectStorage オブジェクト ... new SplObjectStorage (); $s -> attach ( $o ); var_dump ( count ( $s )); $s -> detach ( $o ); var_dump ( c ...
https://man.plustar.jp/php/splobjectstorage.detach.html - [similar]
ノードが子を持つかどうかを調べる 3018
« tidyNode::getParent tidyNode::hasSiblings » PHP Manual tidyNode ノードが子を持つかどうかを調べ ... e_string ( $html ); $num = 0 ; // the head tag var_dump ( $tidy -> html ()-> child [ 0 ]-> hasChildren ()) ... ; // the php inside the head tag var_dump ( $tidy -> html ()-> child [ 0 ]-> child [ 0 ]-> h ...
https://man.plustar.jp/php/tidynode.haschildren.html - [similar]
ZIP アーカイブのコメントを返す 3018
« ZipArchive::extractTo ZipArchive::getCommentIndex » PHP Manual ZipArchive ZIP アーカイブのコメ ... st_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]
振る舞いのフラグを取得する 2982
« ArrayObject::getArrayCopy ArrayObject::getIterator » PHP Manual ArrayObject 振る舞いのフラグを ... ます $flags = $fruitsArrayObject -> getFlags (); var_dump ( $flags ); // 新しいフラグを設定します $fruitsArr ... ます $flags = $fruitsArrayObject -> getFlags (); var_dump ( $flags ); ?> 上の例の出力は以下となります。 int( ...
https://man.plustar.jp/php/arrayobject.getflags.html - [similar]
ArrayObject をシリアライズする 2982
« ArrayObject::offsetUnset ArrayObject::setFlags » PHP Manual ArrayObject ArrayObject をシリアラ ... = serialize ( $o ); $s2 = $o -> serialize (); var_dump ( $s1 ); var_dump ( $s2 ); ?> 上の例の出力は以下と ...
https://man.plustar.jp/php/arrayobject.serialize.html - [similar]
キャッシュの内容を取得する 2982
« CachingIterator::current CachingIterator::getFlags » PHP Manual CachingIterator キャッシュの内 ... CACHE ); $cache -> next (); $cache -> next (); var_dump ( $cache -> getCache ()); $cache -> next (); var_d ...
https://man.plustar.jp/php/cachingiterator.getcache.html - [similar]
WeakReference クラス 2982
« Fiber::getCurrent WeakReference::__construct » PHP Manual 定義済みのインターフェイスとクラス W ... ; $weakref = WeakReference :: create ( $obj ); var_dump ( $weakref -> get ()); unset( $obj ); var_dump ( $ ...
https://man.plustar.jp/php/class.weakreference.html - [similar]