Ben bu var:
function boo($show_one = false){
if(!show_one) return 1; else return 2;
}
nasıl böyle boo çağırabilirsiniz:
boo(SHOW_ALL);
instead of boo(false). I see some native php function have parameters like that which make the code more easy to read