String: Splitting Strings to ChunksTag: string, str_split, array Category: PHP Basicpost: 03 Feb 2008 read: 284 PHP String tips: We have project (ex, property management system) that involve identity number of properties. This identity have structure format like this: [year of buying][category][subcategory][2 digit sequence alphabet][2 digits sequence number]. Example like this 080201AB38 (08=year of buying, 02=category: computer, 01= subcat: monitor, AB = sequence alphabet, 38=sequence number). Then we want to identify each of this number. We can use str_split.
result may like this:
|
| | Give Your Opinion | Recommend |
|

