Archive | Functions RSS feed for this section

wp_text_diff

Displays a human readable HTML representation of the difference between two strings.The Diff is available for getting the changes between versions. The output is HTML, so the primary use is for displaying the changes. If the two strings are equivalent, then an empty string will be returned.

4163

Continue reading

wp_tempnam

Returns a filename of a Temporary unique file.Please note that the calling function must unlink() this itself.

4159

Continue reading