検索

phrase: max: clip:
target: order:
Results of 231 - 240 of about 717 for current (0.035 sec.)
新しい filesystem イテレータを作成する 3322
« FilesystemIterator FilesystemIterator::current » PHP Manual FilesystemIterator 新しい filesyst ... temIterator::KEY_AS_PATHNAME | FilesystemIterator::CURRENT_AS_FILEINFO | FilesystemIterator::SKIP_DOTS ) 新し ...
https://man.plustar.jp/php/filesystemiterator.construct.html - [similar]
データをファイルに書き込む 3322
« file_get_contents file » PHP Manual ファイルシステム 関数 データをファイルに書き込む file_put_ ... ファイルをオープンして既存のコンテンツを取得します $current = file_get_contents ( $file ); // 新しい人物をファ ... イルに追加します $current .= "John Smith\n" ; // 結果をファイルに書き出します ... file_put_contents ( $file , $current ); ?> 例2 フラグの使用 <?php $file = 'people.txt' ...
https://man.plustar.jp/php/function.file-put-contents.html - [similar]
FTP サーバー上でディレクトリを移動する 3322
« ftp_cdup ftp_chmod » PHP Manual FTP 関数 FTP サーバー上でディレクトリを移動する ftp_chdir (PHP ... )) { die( "FTP connection has failed !" ); } echo "Current directory: " . ftp_pwd ( $ftp ) . "\n" ; // somedi ... 動する if ( ftp_chdir ( $ftp , "somedir" )) { echo "Current directory is now: " . ftp_pwd ( $ftp ) . "\n" ; } ...
https://man.plustar.jp/php/function.ftp-chdir.html - [similar]
配列からキーを取り出す 3322
« key_exists krsort » PHP Manual 配列 関数 配列からキーを取り出す key (PHP 4, PHP 5, PHP 7, PHP ... ての連想配列のキーを表示します while ( $fruit_name = current ( $array )) { if ( $fruit_name == 'リンゴ' ) { ech ... 例の出力は以下となります。 fruit1 fruit4 fruit5 参考 current() - 配列内の現在の要素を返す next() - 配列の内部ポ ...
https://man.plustar.jp/php/function.key.html - [similar]
AppendIterator を作成する 3294
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作 ... (), $appendIterator -> key (), $appendIterator -> current (), PHP_EOL ); $appendIterator -> next (); } ?> 上 ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
Yet Another Framework (Yaf) 3294
« yaml_parse はじめに » PHP Manual その他の基本モジュール Yet Another Framework (Yaf) Yet Anothe ... af_Config.ini の全ての要素を数える Yaf_Config_Ini::current — 現在の値を取得する Yaf_Config_Ini::__get — 要素を ... mple::count — The count purpose Yaf_Config_Simple::current — The current purpose Yaf_Config_Simple::__get — T ... truct — Yaf_Router のコンストラクタ Yaf_Router::getCurrentRoute — 使われているルート名を取得する Yaf_Router:: ... af_Session::count — The count purpose Yaf_Session::current — The current purpose Yaf_Session::del — The del p ...
https://man.plustar.jp/php/book.yaf.html - [similar]
3294
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... $w -> attr (); if ( $attr [ 'nlink' ]) { printf ( "Current size: %ld\n" , $attr [ 'size' ]); printf ( "Curren ... t atime: %ld\n" , $attr [ 'atime' ]); printf ( "Current mtime: %ld\n" , $attr [ 'mtime' ]); } else { fprin ... a ; // ファイルへの直近の変更から 1 秒後 printf ( "Current size: %ld\n" , $stat -> attr ()[ 'size' ]); }); $s ...
https://man.plustar.jp/php/ev.examples.html - [similar]
カレントのスレッド ID を返す 3294
« mysql_tablename mysql_unbuffered_query » PHP Manual MySQL 関数 カレントのスレッド ID を返す my ... _thread_id ( $link ); if ( $thread_id ){ printf ( "current thread id is %d\n" , $thread_id ); } ?> 上の例の出 ... 力は、 たとえば以下のようになります。 current thread id is 73 参考 mysql_ping() - サーバーとの接 ...
https://man.plustar.jp/php/function.mysql-thread-id.html - [similar]
RecursiveIterator から RecursiveFilterIterator を作成する 3294
« RecursiveFilterIterator RecursiveFilterIterator::getChildren » PHP Manual RecursiveFilterItera ... urn $this -> hasChildren () || ( strpos ( $this -> current (), "test" ) !== FALSE ); } } $array = array( "tes ... eturn $this -> hasChildren () OR strpos ( $this -> current (), $this -> word ) === 0 ; } public function getC ...
https://man.plustar.jp/php/recursivefilteriterator.construct.html - [similar]
Stomp 関数 3294
« 例 stomp_connect_error » PHP Manual Stomp Stomp 関数 Stomp 関数 目次 stomp_connect_error — Ret ... of the last connect error stomp_version — Gets the current stomp extension version 関連キーワード: 関数 , ver ...
https://man.plustar.jp/php/ref.stomp.html - [similar]