W3Schools.com

PHP strpbrk() Function


PHP String Reference Complete PHP String Reference

Definition and Usage

The strpbrk() function searches a string for any of the specified characters.

This function returns the rest of the string from where it found the first occurrence of a specified character, otherwise it returns FALSE.

Syntax

strpbrk(string,charlist)

Parameter Description
string Required. Specifies the string to search
charlist Required. Specifies the characters to find


Tips and Notes

Note: This function is case-sensitive.


Example

<?php
echo strpbrk("Hello world!","oe");
?>

The output of the code above will be:

ello world!


PHP String Reference Complete PHP String Reference
WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$7.95/mo SEO Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Free Website Templates Free CSS Templates
Make Your Own Website
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE