5 lines
43 B
PHP
5 lines
43 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'key' => 'value'
|
||
|
);
|