Consider a function header:
function init($name, $ttl, $need_bhid="N", $need_entity_id ="N")
What values do the last two parameters have when it is called with the
following arguments:
init("name", "do name",,"Y");
function init($name, $ttl, $need_bhid="N", $need_entity_id ="N")
What values do the last two parameters have when it is called with the
following arguments:
init("name", "do name",,"Y");
Comment