Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
a stream is referenced as: scheme :// target
to access the list of currently registered wrappers, use stream_get_wrappers().
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
예 32-3. testing for referenced parameter passing.
to check for a parameter being passed by reference, you can use the macro pzval_is_ref.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
returns an associative array containing information about a user referenced by a numeric user id, passed in the uid parameter.
often, for example on a system employing "shadow" passwords, an asterisk is returned instead.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta
returns an associative array containing information about a user referenced by an alphanumeric username, passed in the username parameter.
this should be the same as the username parameter used when calling the function, and hence redundant.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
sets the value of the property of the com component referenced by com_object. returns true if property is set. returns false on error.
returns the newly set value if succeeded, false on error.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
recode the file referenced by file handle input into the file referenced by file handle output according to the recode request. returns false, if unable to comply, true otherwise.
returns false, if unable to comply, true otherwise.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
fbsql_query() will also fail and return false if you don't have permission to access the table(s) referenced by the query.
fbsql_query() will also fail and return false if you don't have permission to access the table(s) referenced by the query.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
because zend works internally with references, different variables may reference the same value. write access to a zval container requires this container to contain an isolated value, meaning a value that's not referenced by any other containers. if a zval container were referenced by other containers and you changed the referenced zval, you would automatically change the contents of the other containers referencing this zval (because they'd simply point to the changed value and thus change their own value as well).
because zend works internally with references, different variables may reference the same value.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: