php delete property code example Example 1: delete property from object php unset($a->new_property); Example 2: unset by key name php unset($array['key-here']);