Data Coding Theory/Block Codes

From Wikibooks, open books for an open world
Jump to navigation Jump to search
<?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
    }
}
?>