Closed sagikazarmark closed 10 years ago
are they null in the code? If not, then the docs are incorrect (and if they are, the code is incorrect too, since you are right, they are required).
No, in the code they are not null, so the docs are incorrect.
Would you like me to correct it?
Yes please. Then I can merge this.
Ok. But keep in mind, that this PR depends on the PR sent for core.
I'll merge that one too. ;)
@WanWizard docs corrected. I also found another one, so I corrected that too.
I don't get this in the title:
keyval_to_assoc($array = null, $key_field = null, $val_field = null)
Why are those values null, when the arguments are required?
(Copy and paste from assoc_to_keyval)