[PHP-users 11166] Re: リモートファイルの最終更新日を得るには
久保田充男
php-users@php.gr.jp
Tue, 29 Oct 2002 22:59:37 +0900 (JST)
久保田です。
おお!4.3ではこんなことができるのですね。4.2.1な私は
ぜんぜん知りませんでした。さっそく試してみます・・・って
まだ出てませんかひょっとして?Win国際化版があれば
更新したいです。(ちょっと最近さぼってたからなあ(^^;)
貴重な情報ありがとうございました。
> > [yohgaki@dev public_html]$ php date_modified.php
> > array(7) {
> > ["wrapper_data"] => array(9) {
> > [0] => string(15) "HTTP/1.0 200 OK"
> > [1] => string(35) "Date: Tue, 29 Oct 2002
> 10:20:51 GMT"
> > [2] => string(42) "Server: Apache/1.3.26
> (Unix) PHP/4.3.0-dev"
> > [3] => string(27) "X-Powered-By:
> PHP/4.3.0-dev"
> > [4] => string(44) "Last-Modified: Tue, 29 Oct
> 2002 10:19:31 GMT"
> > [5] => string(23) "Content-Type: text/html"
> > [6] => string(7) "Age: 15"
> > [7] => string(29) "X-Cache: HIT from
> rs1.php.net"
> > [8] => string(17) "Connection: close"
> > }
> > ["wrapper_type"] => string(4) "HTTP"
> > ["stream_type"] => string(6) "socket"
> > ["unread_bytes"] => int(1126)
> > ["timed_out"] => bool(false)
> > ["blocked"] => bool(true)
> > ["eof"] => bool(false)
> > }
> >
> > [yohgaki@dev public_html]$ cat date_modified.php
> > <?php
> > $fp = fopen('http://www.php.net/', 'r');
> > var_dump(stream_get_meta_data($fp));
> > ?>
__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/