where does the starts_with function come from ?
#16674
Answered
by
niden
xiaochong0302
asked this question in
Q&A
-
|
the following code is part of https://github.com/phalcon/cphalcon/blob/master/phalcon/Support/Helper/Str/AbstractStr.zep from php8.0, we can use |
Beta Was this translation helpful? Give feedback.
Answered by
niden
Dec 11, 2024
Replies: 1 comment
-
|
For cphalcon |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xiaochong0302
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For cphalcon
starts_withandends_withare methods that are internal to Zephir. With PHP 8.0+ as you mentioned there is a native method in PHP. We will change those accordingly as time goes by.