From professional translators, enterprises, web pages and freely available translation repositories.
indent element content
Отступ содержимого элемента
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
예 1. retrieving root element
Уровень выше
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
예 1. show xml element structure
Пример 2.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
이것은 img 라는 엘리먼트 이름을 가진 element 유형의 새로운 노드를 만든다.
Это создаст новый узел, печатающий element под названием img.
Last Update: 2011-03-23
Usage Frequency: 1
Quality:
예 2-2. printing a variable (array element)
Пример вывода данной программы:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
예 33-3. adding an element to an associative array.
Пример 33-3.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
end() advances array 's internal pointer to the last element, and returns that element.
Пример 1.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
html에서는 다음과 같은 것이 된다:이것은 img 라는 엘리먼트 이름을 가진 element 유형의 새로운 노드를 만든다. html에서는 다음과 같은 것이 된다:
В html, это выглядит так:Это создаст новый узел, печатающий element под названием img. В html, это выглядит так:
Last Update: 2011-03-23
Usage Frequency: 1
Quality:
there are many types of variables available in php. in the above example we printed an array element. arrays can be very useful.
$_server - просто переменная, которая предоставлена вам языком php. Список таких переменных можно посмотреть в разделе "Зарезервированные переменные". А можно получить их полный список с помощью такой программы:
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
returns the array element in the previous place that's pointed by the internal array pointer, or false if there are no more elements.
Внимание
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
참고: error code is stored in first array element, error text in second. the error code is equivalent to irc reply codes as defined by rfc 2812.
Пример 1. ircg_fetch_error_msg() example
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
the second parameter, name, contains the name of the element for which this handler is called. if case-folding is in effect for this parser, the element name will be in uppercase letters.
Замечание: В качестве аргумента вместо имени функции может быть передан массив, содержащий ссылку на объект и имя метода.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
one of the most powerful features of php is the way it handles html forms. the basic concept that is important to understand is that any form element in a form will automatically be available to your php scripts. please read the manual section on variables from outside of php for more information and examples on using forms with php. here's an example html form:
Пример 2-6. Простейшая форма html
Last Update: 2011-10-24
Usage Frequency: 1
Quality: