php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #33506 iconv_substr_count
Submitted: 2005-06-29 13:42 UTC Modified: 2021-03-02 11:06 UTC
From: markus dot lervik at necora dot fi Assigned: cmb (profile)
Status: Wont fix Package: ICONV related
PHP Version: 5.1.0b2 OS: Irrelevant
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: markus dot lervik at necora dot fi
New email:
PHP Version: OS:

 

 [2005-06-29 13:42 UTC] markus dot lervik at necora dot fi
Description:
------------
It would be very nice to have an iconv_substr_count -function too, as we have iconv_substr, iconv_strlen, iconv_strpos and iconv_strrpos. 
Naturally you can (and I have) write a recursive PHP function that handles it, but I'm assuming it'd be a lot more efficent if written in C.

I did attempt writing it myself, but unfortunately my C and the PHP API -knowledge is more than limited :(


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-30 22:56 UTC] cmb@php.net
-Package: Feature/Change Request +Package: ICONV related
 [2021-03-02 11:06 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2021-03-02 11:06 UTC] cmb@php.net
The mentioned iconv_*() functions are super slow due to how iconv
works; therefore it doesn't make sense to implement more of these
functions.  Use mb_substr_count() instead.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC