Ò׽ؽØÍ¼Èí¼þ¡¢µ¥Îļþ¡¢Ãâ°²×°¡¢´¿ÂÌÉ«¡¢½ö160KB

phpÖÐsubstrµÄÓ÷¨Ïê½â

phpÖÐsubstrµÄÓ÷¨Ïê½â
php.netÖйØÓÚsubstrµÄ˵Ã÷ºÜ¼òµ¥:
start
If start is non-negative, the returned string will start at the start 'th position in string , counting from zero. For instance, in the string 'abcdef', the character at position 0 is 'a', the character at position 2 is 'c', and so forth.
If start is negative, the returned string will start at the start 'th character from the end of string .
length
If length is given and is positive, the string returned will contain at most length characters beginning from start (depending on the length of string ). If string is less than or equal to start characters long, FALSE will be returned.
If length is given and is negative, then that many characters will be omitted from the end of string (after the start position has been calculated when a start is negative). If start denotes a position beyond this truncation, an empty string will be returned.
ÏÂÃæ£¬ÎÒÏêϸ×ܽáһϹØÓÚsubstrµÄÏà¹ØÓ÷¨£º
Ô­ÐÍ£ºstring substr ( string $string , int $start [, int $length ] )£¬Ëü¿ÉÒÔÓÃÓÚÔÚÒ»¸ö½Ï³¤µÄ×Ö·û´®ÖвéÕÒÆ¥ÅäµÄ×Ö·û´®»ò×Ö·û¡£$stringΪËùÒª´¦ÀíµÄ×Ö·û´®£¬$startΪ¿ªÊ¼Ñ¡È¡µÄλÖã¬$lengthΪҪѡȡµÄ³¤¶È   
Àý£º
<?php
//´Ë½Ì³ÌÀ´Ô´ÓÚ97xxoo½Ì³ÌÍø£¨[url=http://www.97xxoo.org]www.97xxoo.org[/url]£©
²é¿´ÍêÕûµÄ½Ì³ÌÇëµã£º[url=http://www.97xxoo.org/article/1/2008/20081115345.shtml]http://www.97xxoo.org/article/1/2008/20081115345.shtml[/url]
$rest1 = substr("abcdef", 0, 0); // returns ""
$rest2 = substr("abcdef", 0, 2); // returns "ab"
$rest3 = substr("abcdef", 0, -1); // returns "abcde"
$rest4 = substr("abcdef", 2,0); // returns ""
$rest5 = substr("abcdef", 2,2); // returns "cd"
$rest6 = substr("abcdef", 2, -1); // returns "cde"
$rest7 = substr("abcdef", -2,0); // returns ""
$rest8 = substr("abcdef", -2,2); // returns "ef"
$rest9 = substr("abcdef", -2,-1); // returns "e"
?>
$startÈç¹ûΪ·Ç¸ºÊý£¬ÔÚ×Ö·û´®ÖÐÒÔ0Ϊ¿ªÍ·´Ó×óÏòÓÒ¿ªÊ¼¼ÇÊý£¬[url=http://www.caoliushequ8.cn]²ÝÁñÉçÇø[/url]¼´0´ú±í×Ö·û"a"£¬1Ôò´ú±


Ïà¹ØÎĵµ£º

Apache PHPÀûÓÃHTTP»º´æÐ­ÒéÔ­Àí½âÎö¼°Ó¦ÓÃ

Ô­ÎÄ£ºhttp://www.phpx.com/tech/php/2009-01-29/286.html
ÏÂÃæÊǽØÈ¡µÃapache·µ»Ø¿Í»§¶ËµÄÍ·
            ---------
            Last-Modified: Fri, 26 Jan 2007 01:53:34 GMT
   & ......

ÐÂÒ»´ú PHP ¿ò¼Ü QeePHP ·¢²¼

http://blog.csdn.net/fleaphp/archive/2009/02/26/3940430.aspx
QeePHP µÄ¼Ü¹¹Ä£Ê½
QeePHP ÊÇÒ»¸öÓëÖÚ²»Í¬µÄ¿ò¼Ü¡£
QeePHP ×ñÑ­“ÄÚºË×îС»¯£¬¹¦Äܲå¼þ»¯”µÄÔ­Ôò£¬ÀûÓÃÄÚºËʵÏÖÁËÒ»¸ö¿ìËÙ¡¢¿ÉÀ©Õ¹µÄ¼Ü¹¹¡£È»ºóÔÚºËÐÄÖ®Í⣬ͨ¹ý¸÷ÖÖ²å¼þÌṩ²»Í¬ÀàÐ͵Ļù´¡·þÎñ¡£
 
QeePHP µÄ¼Ü¹¹¸Åò
ÕâÖּܹ¹Ä£Ê½µÄ ......

PHPÎļþ°üº¬Â©¶´Ô­Àí·ÖÎöºÍÀûÓ÷½·¨


                 PHPÎļþ°üº¬Â©¶´Ô­Àí·ÖÎöºÍÀûÓ÷½·¨
±¾ÎÄÕ¼òµ¥ÕªÒª£ºÒ»¡¢Éæ¼°µ½µÄΣÏÕº¯Êý¡²include(),require()ºÍinclude_once(),require_once()¡³ include()&&require()Óï¾ä:°üÀ¨²¢ÔËÐÐÖ¸¶¨Îļþ¡£ÕâÁ½Öֽṹ³ýÁËÔÚÈçºÎ´¦ ......

Guoqzhang_PHP ¼òÒ×php framework

Guoqzhang_PHP ¼òÒ×php framework    Çë¶àÖ¸µã¡£
Guoqzhang_PHP V 1.0 µÄPHP¿ª·¢¿ò¼Ü£¬²ÉÓÃMVCÉè¼ÆÄ£Ê½£¬ÔËÓÃSmartyÄ£°åÒýÇæÊõºÍMySQLÊý¾Ý¿â¼¼Êõ¿ª·¢¶ø³É¡£
 Éè¼Æµ½¿ª·¢Íê³ÉºÄʱ20¸ö¹¤×÷ÈÕ×óÓÒ£¬Ê±¼ä¶Ì£¬¿ÉÄÜ´æÔÚһЩbug£¬Çë´ó¼ÒÖ¸Õý.×÷Õßmail£ºguoqzhang@gmail.com
url£ºhttp://download.csdn ......
© 2009 ej38.com All Rights Reserved. ¹ØÓÚE½¡ÍøÁªÏµÎÒÃÇ | Õ¾µãµØÍ¼ | ¸ÓICP±¸09004571ºÅ