method:argument_array ();return type:arraycontent:ใช้คืนค่า argument ทั้งหมด แบบ arrayexample:$uri = new URI (); print_r ( $uri->argument_array () );