A partir de tradutores profissionais, empresas, páginas da web e repositórios de traduções disponíveis gratuitamente
boa constructor
boa constructor
Última atualização: 2014-08-15
Frequência de uso: 1
Qualidade:
the copy constructor's counterpart in the zend api, the destructor zval_dtor(), does the opposite of the constructor.
the copy constructor' s counterpart in the zend api, the destructor zval_dtor(), does the opposite of the constructor.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
the class constructor or methods whose names start with an underscore character (_), which are considered private to the aggregated class, are always excluded.
the class constructor or methods whose names start with an underscore character (_), which are considered private to the aggregated class, are always excluded.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
aggregates all methods defined in a class to an existing object, except for the class constructor, or methods whose names start with an underscore character (_) which are considered private to the aggregated class.
aggregates all methods defined in a class to an existing object, except for the class constructor, or methods whose names start with an underscore character (_) which are considered private to the aggregated class.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade:
if you omit the call to the copy constructor in this example, both parameter and return_value would point to the same internal data, meaning that return_value would be an illegal additional reference to the same data structures. whenever changes occurred in the data that parameter points to, return_value might be affected. thus, in order to create separate copies, the copy constructor must be used.
if you omit the call to the copy constructor in this example, both parameter and return_value would point to the same internal data, meaning that return_value would be an illegal additional reference to the same data structures.
Última atualização: 2011-10-24
Frequência de uso: 1
Qualidade: