<?php $test = array( '', 0, 1, false, null, ); var_dump( array_map( 'ltrim', $test ) );
You have javascript disabled. You will not be able to edit any code.