Created
September 25, 2018 02:20
-
-
Save MubinSayed/cd7288f80b56f00a4d66ab73cad26f7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$operating_system = array("Windows", "Linux", "Mac"); | |
echo count($operating_system); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment