====== Php ====== [[https://www.tutorialspoint.com/php/php_object_oriented.htm|Object oriented php]] [[https://www.tutorialspoint.com/laravel/laravel_application_structure.htm|Larval tutorial]] ===== Variables ===== A variable can have one of four different scopes: - Local - Function parameter - Global - Static ==== Datatypes ==== === Interger === === Double === === Boolean === === Null === === String === === Array === === Object === === Resource ===