Skip to content

Instantly share code, notes, and snippets.

View ElzeroWebSchool's full-sized avatar

Elzero Web School ElzeroWebSchool

View GitHub Profile
@ElzeroWebSchool
ElzeroWebSchool / Php_Tuts_Alternative_Syntax.php
Last active January 18, 2021 17:58
PHP Alternative Syntax For Control Structure Functions
<?php
/*
PHP Alternative Syntax For Control Structure
if, while, for, foreach, and switch
http://php.net/manual/en/control-structures.alternative-syntax.php
*/
$numbers = array(0, 6, 8, 9, 14, 18, 20, 30, 50);