php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #79425 Function mb_str_split is not documented yet
Submitted: 2020-03-28 10:01 UTC Modified: 2020-04-03 11:10 UTC
From: yohan at ylab dot nl Assigned: cmb (profile)
Status: Closed Package: Documentation problem
PHP Version: 7.4.4 OS:
Private report: No CVE-ID: None
 [2020-03-28 10:01 UTC] yohan at ylab dot nl
Description:
------------
Function mb_str_split was implemented in PHP 7.4.0, but is not documented yet.
Doesn't appear in the changelog or migration documentation either.
- https://www.php.net/ChangeLog-7.php
- https://www.php.net/manual/en/migration74.new-functions.php

Source:
https://github.com/php/php-src/blob/PHP-7.4.0/UPGRADING

- Mbstring:
  . Added mb_str_split() function, which provide the same functionality as
    str_split(), but operating on code points rather than bytes.
    RFC: https://wiki.php.net/rfc/mb_str_split


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-04-01 23:17 UTC] me at tomaszubiri dot com
The following pull request has been associated:

Patch Name: Adding documentation for mb_str_split
On GitHub:  https://github.com/php/doc-en/pull/67
Patch:      https://github.com/php/doc-en/pull/67.patch
 [2020-04-03 11:09 UTC] cmb@php.net
Automatic comment from SVN on behalf of cmb
Revision: http://svn.php.net/viewvc/?view=revision&revision=349604
Log: Fix #79425: Function mb_str_split is not documented yet

Patch provided by Tomas Zubiri.
 [2020-04-03 11:10 UTC] cmb@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: cmb
 [2020-04-03 11:10 UTC] cmb@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.
 [2020-04-03 11:10 UTC] phpdocbot@php.net
Automatic comment on behalf of cmb
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=cd10685d87e255c39515592f2e92a10a5184fe2b
Log: Fix #79425: Function mb_str_split is not documented yet
 [2020-12-30 11:59 UTC] nikic@php.net
Automatic comment on behalf of mumumu
Revision: http://git.php.net/?p=doc/ja.git;a=commit;h=5040bf193264256ef4bef0869f7663b935236e34
Log: Fix #79425: Function mb_str_split is not documented yet
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 08:01:28 2024 UTC