PHP面试题总结
程序员文章站
2022-04-09 20:02:48
...
- 写一个函数,尽可能高效的,从一个标准 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 ').text(i)); }; $numbering.fadeIn(1700); }); });以上就介绍了PHP面试题总结,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。