Also, the map object allows you to pass anonymous functions to a lot of methods, e.g.: $map->each( function( $val, $key ) { echo $key . ': ' . $val; } );.
確定! 回上一頁