Bindet eine PHP-Variable an einen Anweisungsparameter.
ist eine speziell reservierte PHP-Variable, die alle Informationen über den Webserver enthält.
is a special reserved PHP variable that contains all web server information.
Ändern einer Einstellung bedeutet in der Regel, den Wert einer PHP-Variable zu ändern.
Changing a setting usually means changing the value of a PHP variable.
Der einzige Unterschied besteht darin, dass erstere einen Parameter als Referenz auf eine PHP-Variable, letztere dagegen mit einem Wert bindet.
The only difference is that the former binds a parameter with a PHP variable reference while the latter with a value.
Diese Funktion bindet die genannte PHP-Variable an einen SQL-Parameter.
This function binds the named PHP variable with a SQL parameter.
Konvertiert eine JSON-kodierte Zeichenkette in eine PHP-Variable.
Takes a JSON encoded string and converts it into a PHP variable.
Aus dem Formular-Feld-Namen foo-bar ergibt sich demnach die PHP-Variable fooBar.
Form field name foo-bar is converted into PHP variable fooBar.
Die Funktion SML::getFile() lädt die angegebene Konfigurationsdatei im SML-Format und liefert den Inhalt als PHP-Variable zurück.
The function SML::getFile() reads the specified configuration file in SML format and returns the contents as a PHP variable.
Bindet PHP-Variable an Anweisungsparameter.
Die Vorlage ist nicht auf die Variablen beschränkt, die hier aufgelistet sind, nahezu jede globale PHP-Variable, die mit einem Großbuchstaben beginnt, kann in einer Skin-Vorlage eingesetzt werden.
The template is not limited to using the variables listed here; nearly any PHP global variable that begins with a capital letter can be used in a skin template.
Ändere diese Einstellung entweder in der PHP-Konfiguration php.ini oder setze den Wert dieser PHP-Variable in der.htaccess-Datei von Elgg.
Either change the configuration of your server or add this directive to Elgg's.htaccess file.
Tragen Sie in der PHP-Variable rolesToFilter im Code des Quelle Feldes, die Rollenbezeichnungen ein, nach denen der Connector suchen soll.
In the PHP-Variable rolesToFilter, enter the source field code and role name for which the connector should search for in the Active Directory.
Beim Datencaching geht es um das Speichern und spätere Beziehen einer PHP-Variable im bzw. aus dem Cache.