¼òµ¥µÄ¼ÆËãphpÒ³Ãæ´¦Àíʱ¼ä
<?php
function getmicrotime(){
list($usec, $sec) = explode(" ",microtime());
return ((float)$usec + (float)$sec);
}
//Àý×Ó
//¿ªÊ¼
$time_start = getmicrotime();
//ÕâÀï·ÅÄãµÄ´úÂë
//½áÊø
$time_end = getmicrotime();
$time = $time_end - $time_start;
echo "Did nothing in $time seconds"; //Êä³öÔËÐÐ×Üʱ¼ä
?>
Ïà¹ØÎĵµ£º
//ðÅÝÅÅÐò£¨Êý×éÖÐʵÏÖ£©
function bubble_sort($arr) {
$cnt = count($arr);
if($cnt<=0) return false;
for($i=0; $i<$cnt;$i++) {
for($j=$cnt-1; $j>$i;$j--) {
if($arr[$j]<$arr[$j-1]) {
$tmp = $arr[$j];
$arr[$j] = $arr[$j ......
¶àÅóÓѶ¼Ìáµ½¹ý WINDOWS 2003 + IIS 6.0 °´ÕÕÍøÉÏÌṩµÄ·½·¨ ÎÞÂÛÔõôÅäÖö¼²»³É¹¦ ËÑË÷ÁËһϠ¿´µ½µ½´¦¶¼ÊÇͬһ¸ö°æ±¾µÄ·°æ×ªÔØ ¹ûÈ»ÊDz»Äܳɹ¦
ÏÖÔÚÐðÊöһϱ¾Õ¾ÔÚWINDOWS 2003 IIS 6.0 ÖÐÊÇÈçºÎÅäÖà PHP»·¾³µÄ
Èà IIS6.0 Ö§³Ö PHP -=> php4.3.9 µÄ°²×°ÅäÖÃ
²»½¨ÒéʹÓð²×°°æ ÕâÀïÑ¡ÓÃÁË php4.3.9 µÄ½âѹ°æ
µÚÒ»² ......
1
<?
2
/*
*
3
* filename: ext_page.class.php
4
* @package:phpbean
5
* @author :feifengxlq<feifengxlq#gmail.com><[url=http://www.phpobject.net/]http://www.phpobject.net/[/url]>
& ......
< type="text/javascript">
smarty ¿ÉÒÔÉú³É£¬
ÆäʵÉú³ÉµÄÔÀíºÜ¼òµ¥
1¡¢»ñÈ¡Äã¶¯Ì¬Ò³ÃæµÃÄÚÈÝ
2¡¢Ð´È뾲̬Îļþ
±ÈÈ磺
<?
//»ñÈ¡ÎļþÄÚÈÝ
$content=file_get_contents(http://www.www.com/viewPage.php?id=$id
);
//¼ì²éÊÇ·ñ´æÔÚ¾ÉÎļþ£¬ÓÐÔòɾ³ý
i ......