Skip to content

Instantly share code, notes, and snippets.

@MubinSayed
Created September 25, 2018 02:20
Show Gist options
  • Save MubinSayed/cd7288f80b56f00a4d66ab73cad26f7d to your computer and use it in GitHub Desktop.
Save MubinSayed/cd7288f80b56f00a4d66ab73cad26f7d to your computer and use it in GitHub Desktop.
<?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