Use "USE" in php

mindos4

New Member
Messages
22
Reaction score
0
Points
0
Hello, is there a way that I can use the command use in php like I can in perl?
Example:
PHP:
<?php
     use file;
     echo $file::$foo;
?>

Please reply, and if there isn't a way, please tell me so.
 
Last edited:
Top