PHP Doku:: Oracle OCI8 - book.oci8.html

Verlauf / Chronik / History: (18) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenOracle OCI8

Ein Service von Reinhard Neidl - Webprogrammierung.

Anbieterspezifische Datenbankerweiterungen

<<mysqlnd_qc_set_user_handlers

Einführung>>


UnterSeiten:

Oracle OCI8


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
matt at mattgarrett dot org
1.03.2010 17:12
Just a reminder, if you are attempting to store UTF-8 characters in oracle, you must first set your NLS_LANG:

<?php putenv("NLS_LANG=American_America.UTF8"); ?>



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)