chunk_split

(PHP 3>= 3.0.6, PHP 4 >= 4.0.0)

chunk_split -- Rozd∞lit °et∞zec na men╣φ Φßsti

Popis

string chunk_split ( string string [, int chunklen [, string end]])

Dß se pou╛φt k rozd∞lenφ °et∞zce na men╣φ Φßsti, co╛ m∙╛e b²t u╛iteΦnΘ nap°. p°i uvßd∞nφ v²stupu z base64_encode do souladu se sΘmantikou RFC 2045. Ka╛d²ch chunklen (defaultn∞ 76) znak∙ vlo╛φ °et∞zec end (defaultn∞ "\r\n"). Vracφ nov² °et∞zec, p∙vodnφ z∙stßvß beze zm∞ny.

P°φklad 1. Ukßzka chunk_split()

# naformßtuje $data s pou╛itφm RFC 2045 sΘmantiky

$new_string = chunk_split (base64_encode($data));
Tato funkce je v²razn∞ rychlej╣φ ne╛ ereg_replace().

Poznßmka: Tato funkce byla p°idßna v 3.0.6.