function preg replace callback

preg_replace_callbackPodręcznik PHPPoprzedniNastępnypreg_replace_callback (PHP 4 >= 4.0.5)preg_replace_callback -- Perform a regular expression search and replace using a callbackDescriptionmixed preg_replace_callback ( mixed pattern, callback callback, mixed subject [, int limit]) The behavior of this function is almost identical to preg_replace(), except for the fact that instead of replacement parameter, one should specify a callback that will be called and passed an array of matched elements in the subject string. The callback should return the replacement string. See also preg_replace(). PoprzedniSpis treściNastępnypreg_quotePoczątek rozdziałupreg_replace
Wyszukiwarka

Podobne podstrony:
function preg replace callback
function preg replace
function preg replace
function preg replace
function domnode replace child
preg replace
function preg split
function domnode replace node
function preg quote
function dba replace
function preg grep
function preg match
function preg quote
function substr replace

więcej podobnych podstron