Home > Pasties > Pastie #7
Created on 23/01/2008 23:13 by LetsSurf
if (!function_exists('array_get')) { function array_get($arr, $key, $default = false) { if (array_key_exists($key, $arr)) { return $arr[$key]; } else { return $default; } }}
If you press Ctrl+Xwithout any selection,PHPEdit will first selectthe word near your caretand the cut it to theclipboard.