In the Pear documentation, it defines a pattern for how to assemble the structure of an array :
$some_array = array(
'foo' => 'bar',
'spam' => 'ham',
);
In this way, I already use, it separates legibly the elements, but wha...
asked by
25.09.2015 / 22:35