php function

// Добавляет Canonical function pages_in_theme_preprocess_html(&$var) {   $canonical_tag = array(     '#type'       => 'html_tag',     '#tag'        => 'link',     '#attributes' => array(
$fp = fopen('file.txt', 'a'); fwrite($fp, "Текст \n"); fclose($fp); function zapis_v_file($text){     $fp = fopen('file.txt', 'a');     fwrite($fp, "$text\n");     fclose($fp); } zapis_v_file('Текст');
Тэги: php function
// Проверяем работоспособность прокси на PHP