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.


Top ↑

Return Return

(Returns) the position where the needle exists. Returns FALSE if the needle was not found.


Top ↑

Source Source

File: includes/lib/tcpdf/include/tcpdf_static.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.8.038 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.