Examples of using Passed by reference in English and their translations into German
{-}
-
Programming
-
Colloquial
-
Official
-
Ecclesiastic
-
Medicine
-
Financial
-
Ecclesiastic
-
Political
-
Computer
-
Official/political
-
Political
It is passed by reference.
The optional parameters must be passed by reference.
It is passed by reference to the function.
The input and output parameters are passed by reference.
For cases where the type is passed by reference, there is no difference between Win32 and Win64.
Php_check_syntax error_message is passed by reference.
They can be passed by reference as parameters to commands such as New process or CALL WORKER.
ByRef specifies that the parameter is passed by reference.
Prior to this version, it was passed by reference if possible, and by value otherwise.
Before this, the str was also modified, as if passed by reference.
The argument must be passed by reference. Data type: String.
Structs and unions are passed tofunctions by value(i.e. copied) and classes are passed by reference.
Whether to warn when arguments are passed by reference at function call time.
If the variable is passed by reference, changes to the variable in the custom tag or function also change the value of the variable in the calling page.
Note that most objects can only be passed by reference.•.
Also do not forget that those arrays are passed by reference and will be modified after socket_select() returns.
For example, you can declare a new procedural type, with an Integer parameter passed by reference, with this code.
In PHP 5, this hack is not supported; instead,PHP 5 can detect parameters passed by reference automatically; they do not even need to be passed as VARIANT objects.
Due a limitation in the current Zend Engine it is not possible to pass a constant modifier like NULL directly as aparameter to a function which expects this parameter to be passed by reference.
The encouraged method of specifying which arguments should be passed by reference is in the function declaration.
To prevent side-effects it's better to specify which arguments are passed by reference in the function declaration only.
Passing by Reference.
Passing parameters by reference makes sense for ordinal types, for old-fashioned strings, and for large records.