De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.
변수에 의한 방법, 즉. foo($a)
variable, i.e. foo( $a)
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
new라는 문장을 이용하는 방법, 즉. foo(new foobar())
reference, returned from a function, i.e.:
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
예 1. filter for rot13 encoding data on foo-bar.txt stream
the example below implements a filter named rot13 on the foo-bar.txt stream which will perform rot-13 encryption on all letter characters written to / read from that stream.
Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:
장르please do not translate the% foo words as they define a syntax used internally by a parser to describe a filename.
ignore
Última actualización: 2011-10-23
Frecuencia de uso: 1
Calidad:
리스너는 그런 다음 broadcaster 개체에 추가해야 합니다. 이렇게 하려면 리스너 추가를 위한 적절한 메소드를 호출합니다. 이러한 메소드는 항상 "addfoolistener" 패턴(여기에서 "foo"는 'x'가 없는 리스너 인터페이스 유형)을 따릅니다. 이 예에서는 xcontainerlistener를 등록하기 위해 addcontainerlistener 메소드를 호출합니다.
the listener must then be added to the broadcaster object. this is done by calling the appropriate method for adding a listener. these methods always follow the pattern "addfoolistener", where "foo" is the listener interface type, without the 'x'. in this example, the addcontainerlistener method is called to register the xcontainerlistener: