当前位置:Gxlcms > PHP教程 > PHP面试题总结

PHP面试题总结

时间:2021-07-01 10:21:17 帮助过:21人阅读

  1. 写一个函数,尽可能高效的,从一个标准 url 里取出文件的扩展名
    例如: http://www.zhosoft.com/article/20160127/page.php?id=1 需要取出 php 或 .php
$url='http://www.zhosoft.com/article/20160127/page.php?id=1';
$path=  parse_url($url);
echo pathinfo($path['path'],PATHINFO_EXTENSION);//php

===未完,待续===

转载请注明出处:http://blog.csdn.net/churk2012/article/details/50592857

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i <= lines; i++) { $numbering.append($('
  • ').text(i)); }; $numbering.fadeIn(1700); }); });

    以上就介绍了PHP面试题总结,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

  • 人气教程排行