PHPÀàʵÀý½Ì³Ì£¨Ê®Î壩£ºfinalÀà¡¢final·½·¨ºÍ³£Á¿
final---ÓÃÓÚÀà¡¢·½·¨Ç°¡£
finalÀà---²»¿É±»¼Ì³Ð¡£
final·½·¨---²»¿É±»¸²¸Ç¡£
finalÀ಻Äܱ»¼Ì³Ð¡£
Èç¹ûÎÒÃDz»Ï£ÍûÒ»¸öÀà±»¼Ì³Ð£¬ÎÒÃÇʹÓÃfinalÀ´ÐÞÊÎÕâ¸öÀà¡£
ÓÚÊÇÕâ¸öÀཫÎÞ·¨±»¼Ì³Ð¡£
±ÈÈçÎÒÃÇÉ趨µÄMathÀà£¬Éæ¼°ÁËÎÒÃÇÒª×öµÄÊýѧ¼ÆËã·½·¨£¬ÕâЩË㷨ҲûÓбØÒªÐ޸ģ¬Ò²Ã»ÓбØÒª±»¼Ì³Ð£¬ÎÒÃǰÑËüÉèÖóÉfinalÀàÐÍ¡£
<?php
//ÉùÃ÷Ò»¸öfinalÀàMath
final class Math
{
public static $pi = 3.14;
public function __toString() {
return "ÕâÊÇMathÀà¡£";
}
}
$math = new Math();
echo $math;
//ÉùÃ÷ÀàSuperMath ¼Ì³Ð×Ô MathÀà
class SuperMath extends Math
{
}
//Ö´Ðлá³ö´í£¬finalÀ಻Äܱ»¼Ì³Ð¡£
?>
final·½·¨²»Äܱ»ÖØÐ´
Èç¹û²»Ï£ÍûÀàÖеÄij¸ö·½·¨±»×ÓÀàÖØÐ´£¬ÎÒÃÇ¿ÉÒÔÉèÖÃÕâ¸ö·½·¨Îªfinal·½·¨£¬Ö»ÐèÒªÔÚÕâ¸ö·½·¨Ç°¼ÓÉÏfinalÐÞÊηû¡£Èç¹ûÕâ¸ö·½·¨±»×ÓÀàÖØÐ´£¬½«»á³öÏÖ´íÎó¡£
<?php
//ÉùÃ÷Ò»¸öfinalÀàMath
class Math
{
public static $pi = 3.14;
public function __toString() {
return "ÕâÊÇMathÀà¡£";
}
public final function max($a, $b)
return $a > $b ? $a : $b ;
}
}
//ÉùÃ÷ÀàSuperMath ¼Ì³Ð×Ô MathÀà
class SuperMath extends Math
{
public final function max($a, $b) {
}
}
//Ö´Ðлá³ö´í£¬final·½·¨²»Äܱ»ÖØÐ´¡£
?>
Ïà¹ØÎĵµ£º
windowsÏÂ:
1.ÏÂÔØÓÃÓÚ Windows µÄ Instant Client Basic ³ÌÐò°ü:http://download.oracle.com/otn/nt/instantclient/111070/instantclient-basic-win32-11.1.0.7.0.zip
2.½âѹËõ
´´½¨Ò»¸ö×ÓĿ¼£¨ÀýÈ磬d:\oci£©£¬È»ºó´ÓѹËõÎļþÖи´ÖÆÒÔÏ¿⣺
oraociei10.dll
orannzsbb10.dll
oci.dll
µ½´ËĿ¼ÏÂ
´ò¿ªPHP.ini ......
Õâ¸öϵͳÆäʵÊÇÁ·Ï°php»ù±¾Óï·¨ºÍMySQLµÄ»ù±¾²éѯÓï¾ä¡£¸øÒ»ÆðѧϰµÄÅóÓÑ·ÖÏí¡£ ^_^
ÔÚphpÎļþÖУ¬Ë«Ð±¸ÜºóÃæÊÇ×¢ÊÍÓï¾ä£¬ÎÒÓÃÓ¢ÎÄдµÄ×¢ÊÍ¡£
Õû¸öϵͳËù°üº¬µÄ.htmºÍ.phpÎļþÓУº
add_que.htm——Ìí¼ÓÐÂÌâµÄÒ³Ãæ
insert.php——ÏÔʾÌí¼ÓÐÂÌâÐÅÏ¢µÄÒ³Ãæ
questionlist.php——ËùÓÐÎÊÌâÁÐ ......
http://php.net/manual/en/reserved.variables.httprawpostdata.php
http://www.cnblogs.com/mustardpeanut/archive/2009/06/15/1503395.html
http://blog.csdn.net/letianok/archive/2009/02/27/3941731.aspx
http://www.woria.cn/blog/read.php/596.htm ......
¼Ì³ÐÊÇÃæÏò¶ÔÏó×îÖØÒªµÄÌØµãÖ®Ò»£¬¾ÍÊÇ¿ÉÒÔʵÏÖ¶ÔÀàµÄ¸´Óá£
ͨ¹ý“¼Ì³Ð”Ò»¸öÏÖÓеÄÀ࣬¿ÉÒÔʹÓÃÒѾ¶¨ÒåµÄÀàÖеķ½·¨ºÍÊôÐÔ¡£
¼Ì³Ð¶ø²úÉúµÄÀà½Ð×ö×ÓÀà¡£
±»¼Ì³ÐµÄÀ࣬½Ð×ö¸¸À࣬Ҳ±»³ÉΪ³¬Àà¡£
PHPÊǵ¥¼Ì³ÐµÄ£¬Ò»¸öÀàÖ»¿ÉÒԼ̳ÐÒ»¸ö¸¸À࣬µ«Ò»¸ö¸¸ÀàÈ´¿ÉÒÔ±»¶à¸ö×ÓÀàËù¼Ì³Ð¡£
´Ó×ÓÀàµÄ½Ç¶È¿´£¬Ëü“ ¼ ......
PHP5ÖÐʹÓÃparent::À´ÒýÓø¸ÀàµÄ·½·¨¡£ parent:: ¿ÉÓÃÓÚµ÷Óø¸ÀàÖж¨ÒåµÄ³ÉÔ±·½·¨¡£parent::µÄ×·Ëݲ»½öÓÚÖ±½Ó¸¸Àà¡£
ͨ¹ýparent::µ÷Óø¸Àà·½·¨
<!-- ÉùÃ÷Ò»¸öÔ±¹¤Àà,¾ÀíÀà¼Ì³Ð×ÔÔ±¹¤Àà -->
<?php
class employee
{
protected $sal = 3000;
public function getSal() {
$this->sal = $this-> ......