摘要: <?php $url = 'http://www.test.com/images/test.jpg'; if( @fopen( $url, 'r' ) ) { echo 'File Exits'; } else { echo 'File Do Not Exits'; } 阅读全文
posted @ 2019-06-13 15:44 za_szybko 阅读(635) 评论(0) 推荐(0) 编辑
摘要: index.php write.php ajaxPush.php 阅读全文
posted @ 2019-06-13 14:43 za_szybko 阅读(147) 评论(0) 推荐(0) 编辑