<?php
function extractBetween($text,$start,$end)
{
if(preg_match('/'.$start.'(.*)'.$end.'/',$text,$matches)){
return $matches[1];
}
return '';
}
?>
<?php
function extractBetween($text,$start,$end)
{
if(preg_match('/'.$start.'(.*)'.$end.'/',$text,$matches)){
return $matches[1];
}
return '';
}
?>
как на php
42 ответа
как залить php на wen.ru
42 ответа
Чем отличается питон от удава
42 ответа
Как натянуть сайт на питона
42 ответа