问答详情
源自:1-10 PHP验证码制作之汉字验证码实现

这段代码\\images表示什么意思

$table = array( 'images0' =>'动漫', 'images1' =>'文字', ); $index=rand(0,1); $value=$table['images'.$index]; $_SESSION['authcode'] = $value;$filename=dirname(__FILE__).'\\images'.$index.'.jpg'; 这段代码\\images表示什么意思

提问者:剧恒 2018-01-19 21:06

个回答

  • 剧恒
    2018-02-05 20:06:14

    谢谢了

  • Marvon
    2018-02-05 17:34:30

    等同于'/image'

    我是看了这个文章了解的。

    https://www.cnblogs.com/TTTTT/p/6017691.html