Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
OCI8 Funktionen Inhaltsverzeichnis oci_bind_array_by_name ? Bindet ein PHP-Array namentlich an ein Oracle-PL/SQL-Array oci_bind_by_name ? Bindet eine PHP-Variable an einen Oracle Platzhalter oci_cancel ? Bricht das Lesen eines Zeigers ab oci_close ? Schließt eine Oracle-Verbindung OCI-Collection->append ? Hängt das Element an die Sammlung OCI-Collection->assign ? Weisst einen Wert aus einer anderen existierenden Sammlung einer Sammlung zu [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Comparing objects In PHP 4, objects are compared in a very simple manner, namely: Two object instances are equal if they have the same attributes and values, and are instances of the same class. Similar rules are applied when comparing two objects using the identity operator (===). If we were to execute the code in [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
OCI8 – Veraltete Aliase und Funktionen Inhaltsverzeichnis ocibindbyname ? Alias von oci_bind_by_name ocicancel ? Alias von oci_cancel ocicloselob ? Alias von ocicollappend ? Alias von ocicollassign ? Alias von ocicollassignelem ? Alias von ocicollgetelem ? Alias von ocicollmax ? Alias von ocicollsize ? Alias von ocicolltrim ? Alias von ocicolumnisnull ? Alias von oci_field_is_null ocicolumnname [...]
Geschrieben in PHP-Dokumentation am 12. Januar 2010 0 Kommentare »
Keys ncurses key constants constant meaning NCURSES_KEY_F0 – NCURSES_KEY_F64 function keys F1 – F64 NCURSES_KEY_DOWN down arrow NCURSES_KEY_UP up arrow NCURSES_KEY_LEFT left arrow NCURSES_KEY_RIGHT right arrow NCURSES_KEY_HOME home key (upward+left arrow) NCURSES_KEY_BACKSPACE backspace NCURSES_KEY_DL delete line NCURSES_KEY_IL insert line NCURSES_KEY_DC delete character NCURSES_KEY_IC insert char or enter insert mode NCURSES_KEY_EIC exit insert char mode NCURSES_KEY_CLEAR [...]