АЯ
Size: a a a
АЯ
AP
AP
AP
//read file
$content=file_get_contents($file);
// here goes your update
$content = preg_replace('/\$your_variable=\"(.*?)\";/', '$your_variable="hi Joshua";', $content);
//write file
file_put_contents($file);
DP
AP
AP
AP
SS
AP
АЯ
//read file
$content=file_get_contents($file);
// here goes your update
$content = preg_replace('/\$your_variable=\"(.*?)\";/', '$your_variable="hi Joshua";', $content);
//write file
file_put_contents($file);
DS
'pgsql:host=postgres,localhost;port=5432;dbname=db;port=5432'AM
'pgsql:host=postgres,localhost;port=5432;dbname=db;port=5432'DS
AP
AM
'pgsql:host=postgres,localhost;port=5432;dbname=db;port=5432'АЯ