I want to use "xdiff_string_patch" but the manual entry doesn't say what version of php this requires.
http://uk.php.net/manual/en/function.xdiff-string-patch.php
How can I ask my php installation if it has "xdiff_string_patch"?
Try function_exists()
I suppose, if you try and use it php will either do it or output a error
Out of curiosity, what is this function?
I have gone to the php.net site via the link you provided but I cannot make sesne of it.
It performs patches to text and html files...ayy?
What is a practical use for these 'xdiff' functions?
no version information, might be only in CVS, kk? Greatest chance to get it: PHP5 I would say 🙂