Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
구분: @ title: window prompt for iterative replacement
selection: %1 - %2 (%3)
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
이 값 사용( t): value to use in replacement when source tag empty
use & this value:
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
Avertissement : un formatage HTML invisible est présent
this function scans string for matches to pattern, then replaces the matched text with replacement.
parentheses may be nested, in which case they are counted by the opening parenthesis.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
바꾸기 단추를 누르면 바이트 배열에서 입력한 바이트를 찾은 다음, 바꿀 바이트로 바꿉니다. @ title: window prompt for iterative replacement
if you press the replace button, the bytes you entered above are searched for within the byte array and any occurrence is replaced with the replacement bytes.
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
ë°ê¿ ë°ì´í¸: @ title: window prompt for iterative replacement
template
Dernière mise à jour : 2011-10-23
Fréquence d'utilisation : 1
Qualité :
array_splice() 는 input 배열로 부터 offset 와 length 로 정해진 엘린먼트를 삭제하고, replacement 배열이 제공된다면 이를 제공된 배열으리 엘리먼트로 대체시킨다.
if offset is negative then it starts that far from the end of the input array.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
substr_replace() 는 string 의 start 와 (선택적으로) length 로 정해진 구간에 해당하는 부분을 replacement 로 치환하고 그 결과를 반환한다.
the result is returned.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
if this modifier is set, preg_replace() does normal substitution of backreferences in the replacement string, evaluates it as php code, and uses the result for replacing the search string.
whitespace characters may never appear within special character sequences in a pattern, for example within the sequence (? (which introduces a conditional subpattern.
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :
(php 4.2) this function replaces an existing node with the passed new node. before the replacement newnode is copied if it has a parent to make sure a node which is already in the document will not be inserted a second time. this behaviour enforces doing all modifications on the node before the replacement or to refetch the inserted node afterwards with functions like domnode_first_child(), domnode_child_nodes() etc..
this behaviour enforces doing all modifications on the node before the replacement or to refetch the inserted node afterwards with functions like domnode_first_child(), domnode_child_nodes() etc..
Dernière mise à jour : 2011-10-24
Fréquence d'utilisation : 1
Qualité :