Installation

There is no installation needed to use these functions; they are part of the PHP core.

Коментарии

Автор:
To write the shorthand version, you must have PHP 5.5 or greater.

<?php
$arr 
= array('long''version');
$arr2 = ['short''version'];

$arr3 array_merge($arr$arr2, ['array''three''.']);
2014-05-15 01:54:48
http://php5.kiev.ua/manual/ru/array.installation.html

    Поддержать сайт на родительском проекте КГБ