在PHP5中引入了static關鍵字,這使得人們得出PHP4不支持靜態方法或變量的結論。然而,當我在PHP 4.4.9上運行下面的代碼時,它在沒有被調用的構造函數的情況下工作。 <?php
class a {
function a() {
echo "CONSTRUCTOR CALLED\r\n";
}
function b($var) {
,然後才安裝點網後工作正常..when我開始WAMP我得到錯誤的 The procedure entry point_object_and_properties_init could not be located in
dynamic link library php4ts.dll
,當我在 D:\wamp\bin\apache\apache2.2.22\bin
php4ts.dll i
我試過使用類似於下面的PHP代碼來從Firebird數據庫檢索項目。 $sql = "select P_1,P_2,P_3 from p_players('$playerid', '')";
//This sends the SQL select statement to the db
$rs=$db->Execute($sql);
//This converts the SQL state