TCPDF_STATIC::revstrpos( $haystack, $needle, $offset )
Find position of last occurrence of a substring in a string
Description Description
Parameters Parameters
- $haystack
-
(Required) (string) The string to search in.
- $needle
-
(Required) (string) substring to search.
- $offset
-
(Required) (int) May be specified to begin searching an arbitrary number of characters into the string.
Return Return
(Returns) the position where the needle exists. Returns FALSE if the needle was not found.
Source Source
File: includes/lib/tcpdf/include/tcpdf_static.php
Changelog Changelog
Version | Description |
---|---|
4.8.038 | Introduced. |