検索

phrase: max: clip:
target: order:
Results of 301 - 310 of about 418 for Foo (1.567 sec.)
SNMP オブジェクトの値を設定する 3641
« SNMP::getnext SNMP::setSecurity » PHP Manual SNMP SNMP オブジェクトの値を設定する SNMP::set (P ... 2C , "127.0.0.1" , "private" ); $session -> set ( 'FOO-MIB::bar.42' , 'b' , '0 1 2 3 4' ); // あるいは $s ... ession -> set ( 'FOO-MIB::bar.42' , 'x' , 'F0' ); ?> 参考 SNMP::get() - ...
https://man.plustar.jp/php/snmp.set.html - [similar]
ファイルが実行可能かどうかを調べる 3641
« SplFileInfo::isDir SplFileInfo::isFile » PHP Manual SplFileInfo ファイルが実行可能かどうかを調 ... fo -> isExecutable ()); $info = new SplFileInfo ( 'foo' ); var_dump ( $info -> isExecutable ()); ?> 上の例 ...
https://man.plustar.jp/php/splfileinfo.isexecutable.html - [similar]
ファイルが読み込み可能か調べる 3641
« SplFileInfo::isLink SplFileInfo::isWritable » PHP Manual SplFileInfo ファイルが読み込み可能か調 ... info -> isReadable ()); $info = new SplFileInfo ( 'foo' ); var_dump ( $info -> isReadable ()); ?> 上の例の ...
https://man.plustar.jp/php/splfileinfo.isreadable.html - [similar]
出力をファイルにフラッシュする 3641
« SplFileObject::eof SplFileObject::fgetc » PHP Manual SplFileObject 出力をファイルにフラッシュす ... ' , 'r+' ); $file -> rewind (); $file -> fwrite ( "Foo" ); $file -> fflush (); $file -> ftruncate ( $file ...
https://man.plustar.jp/php/splfileobject.fflush.html - [similar]
SQL クエリを実行する 3641
« SQLite3::prepare SQLite3::querySingle » PHP Manual SQLite3 SQL クエリを実行する SQLite3::query ... .db' ); $results = $db -> query ( 'SELECT bar FROM foo' ); while ( $row = $results -> fetchArray ()) { va ...
https://man.plustar.jp/php/sqlite3.query.html - [similar]
Register a server 3641
« Yar_Server Yar_Server::handle » PHP Manual Yar_Server Register a server Yar_Server::__construc ... lic function some_method ( $parameter , $option = "foo" ) { return "some_method" ; } protected function c ...
https://man.plustar.jp/php/yar-server.construct.html - [similar]
Start RPC Server 3641
« Yar_Server::__construct Yar_Client » PHP Manual Yar_Server Start RPC Server Yar_Server::handle ... lic function some_method ( $parameter , $option = "foo" ) { } protected function client_can_not_see () { ...
https://man.plustar.jp/php/yar-server.handle.html - [similar]
bzip2 圧縮されたファイルをオープンする 3615
« bzflush bzread » PHP Manual Bzip2 関数 bzip2 圧縮されたファイルをオープンする bzopen (PHP 4 >= ... されます。 例 例1 bzopen() の例 <?php $file = "/tmp/foo.bz2" ; $bz = bzopen ( $file , "r" ) or die( "Could ...
https://man.plustar.jp/php/function.bzopen.html - [similar]
JSON 文字列をデコードする 3615
« JSON 関数 json_encode » PHP Manual JSON 関数 JSON 文字列をデコードする json_decode (PHP 5 >= 5 ... 波括弧とアポストロフィで囲みます。 <?php $json = '{"foo-bar": 12345}' ; $obj = json_decode ( $json ); prin ... t $obj ->{ 'foo-bar' }; // 12345 ?> 例3 json_decode() でのありがち ...
https://man.plustar.jp/php/function.json-decode.html - [similar]
ファイルの SVN blame を取得する 3615
« svn_auth_set_parameter svn_cat » PHP Manual SVN 関数 ファイルの SVN blame を取得する svn_blame ... の例 <?php $svnurl = 'http://svn.example.org/svnroot/foo/trunk/index.php' ; print_r ( svn_blame ( $svnurl ) ...
https://man.plustar.jp/php/function.svn-blame.html - [similar]