<?php function foo( array $arr ) { print_r( $arr ); } foo( array( 1, 2, 3 ) );
You have javascript disabled. You will not be able to edit any code.