<?php $url = 'https://www.ynceyi.com/d/file/img/test.jpg'; if( @fopen( $url, 'r' ) ) { echo 'File Exits'; } else { echo 'File Do Not Exits'; } ?>
具体应用大家自行修过,url为图片路径
本文转载自:精准像素:11px.cn ,感谢作者分享实用知识
<?php $url = 'https://www.ynceyi.com/d/file/img/test.jpg'; if( @fopen( $url, 'r' ) ) { echo 'File Exits'; } else { echo 'File Do Not Exits'; } ?>
具体应用大家自行修过,url为图片路径
本文转载自:精准像素:11px.cn ,感谢作者分享实用知识