跳轉到內容

資料編碼理論/分組碼

來自 Wikibooks
<?php
namespace Foo;
class Bar {
    public function Bar() {
        // treated as constructor in PHP 5.3.0-5.3.2
        // treated as regular method in PHP 5.3.3
    }
}
?>
華夏公益教科書