mqnoy

file.php

Jan 13th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.07 KB | None | 0 0
  1. <?php
  2. $arr = array("no1" => 1,"no2" => 2);
  3.  
  4. print_r($arr);
  5. ?>
Add Comment
Please, Sign In to add comment