Page MenuHomeDevCentral
Paste P117

Short array syntax in PHP
ActivePublic

Authored by dereckson on Oct 22 2015, 00:22.
Tags
None
Referenced Files
F11021: Short array syntax in PHP
Oct 22 2015, 00:22
F11020: Short array syntax in PHP
Oct 22 2015, 00:22
Subscribers
None
$chars = [
[
"char" => "HO",
"code" => 0,
"unicodeChar" => "<caractère unicode pour Ho>"
],
[
...
],
]

Event Timeline

dereckson changed the title of this paste from untitled to Short array syntax in PHP.
dereckson updated the paste's language from autodetect to php.
dereckson edited the content of this paste. (Show Details)