Unclassified NewsBoard Code Reference

stripos function

Implementation of stripos function if PHP doesn't provide it

function stripos ($haystack, $needle, $offset = 0);

Parameters:

haystack
needle
offset  –  optional, default: 0

Remarks:

This function is pre-defined from PHP 5.0 on
See the PHP manual for details.

Implementation file: unb_lib/common.lib.php, line 218

© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.