Fury-Tech Logo
Home  News  Articles  Reviews  Guides  Resources  Forums 
Fury-Tech // Technology news, hardware and game reviews, guides, articles, and resources   
Search:


There are currently 0 members and 17 guests browsing on Fury-Tech.

SEO Scripts
SEO Scripts
List Cleaner Script
Keyword Cleaner
Free Host
Free Host
BidVerve Directory
BidVerve Directory
Directory Grow
Directory Grow


Join our community in the tech forums for uncut technology discussion.

spliti


(PHP 4 >= 4.0.1, PHP 5)

spliti --  Split string into array by regular expression case insensitive

Description

array spliti ( string pattern, string string [, int limit] )

This function is identical to split() except that this ignores case distinction when matching alphabetic characters.

This example splits a string using 'a' as the separator :

Example 1. spliti() example

<?php
$string
= "aBBBaCCCADDDaEEEaGGGA";
$chunks = spliti ("a", $string, 5);
print_r($chunks);
?>

The above example will output:

Array
(
  [0] => 
  [1] => BBB
  [2] => CCC
  [3] => DDD
  [4] => EEEaGGGA
)

See also preg_split(), split(), explode(), and implode().

Join our community in the tech forums for uncut technology discussion.



©2007 Fury-Tech | Tech News, Hardware Reviews, Forums, Guides, and more.

Web Hosting by Intavant

Tech News | Articles | Reviews | Guides | Resources | Tech Forums