Core
arrays
Reference for PHP arrays
Definition
arrays in PHP.
Syntax
<?php
// syntax for arrays
Example
<?php
echo "Using arrays";
Try It Yourself
Test it out in the Playground.
Reference for PHP arrays
arrays in PHP.
<?php
// syntax for arrays
<?php
echo "Using arrays";
Test it out in the Playground.