mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-21 19:16:23 +00:00
322 B
322 B
date | id | title |
---|---|---|
2020-11-13 | 01a0e800-3398-490b-bbb1-3abc80fb198c | str~contains~() |
Description
strcontains()1 tells us if string contains other string.
Syntax
if (str_contains('Lululu I've got some apples, 'apples')) { /* … */ }