function test2($a, ...$b) { print_r($b); } test2('a','b','c','e');
결과
Array ( [0] => b [1] => c [2] => e )
function test2($a, ...$b) { print_r($b); } test2('a','b','c','e');
Cache::put('key', 'value', $minutes);
Cache::put('key', 'value', $seconds);
{ "title": "tilde converter - blog.miyu.pe.kr", "rules": [ { "description": "shift+esc to tilde+shift", "manipulators": [{ "type": "basic", "from": { "key_code": "escape", "modifiers": { "mandatory": [ "shift" ] } }, "to": [{ "key_code": "grave_accent_and_tilde", "modifiers": ["shift"] }] }] } ] }