Tag Archives: position

PHP Tutorial : Strpos and Strrpos

Basic thing, strpos and strrpos are two php functions which are used to find the position of first and/or last occurrence in a string – word (usefull for example when you want to build a function to get file extension). … Continue reading

Posted in Basic PHP | Tagged , , , , | 1 Comment