An alias for strstr */
/* }}} */
-/* {{{ proto int strpos(text haystack, mixed needle [, int offset]) U
+/* {{{ proto int strpos(string haystack, mixed needle [, int offset]) U
Finds position of first occurrence of a string within another */
PHP_FUNCTION(strpos)
{
}
/* }}} */
-/* {{{ proto int ord(text character) U
+/* {{{ proto int ord(string character) U
Returns the codepoint value of a character */
PHP_FUNCTION(ord)
{
}
/* }}} */
-/* {{{ proto text chr(int codepoint) U
+/* {{{ proto string chr(int codepoint) U
Converts a codepoint number to a character */
PHP_FUNCTION(chr)
{