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