|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-03-08 14:36 UTC] sander@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 07:00:01 2025 UTC |
Please notice that in the french chm php manual, the documentation of the optional parameter of oracle 8 fonction ocifetchinto is erroneous: constants name should be all characters in uppercase (OCI_ASSOC instead of oci_ASSOC etc...). I have checked other functions documentation and it's the same on ociexecute with oci_COMMIT_ON_SUCCESS instead of OCI_COMMIT_ON_SUCCESS So I suppose this might be a mistake in all the oracle 8 (OCI) xml file wich you use to generate chm help files sorry for my bad english best regards Benjamin Leblanc PS : Sample of oracle 8 module documentation - ocifetchinto: ------------------------------------------------------------- L'option mode vous permet de modifier le comportement par d?faut de la fonction. Vous pouvez passer plusieurs modes simplement en les additionnant (i.e. oci_ASSOC+oci_RETURN_NULLS). Les modes valides sont : oci_ASSOC Retourne un tableau associatif. oci_NUM Retourne un tableau ? index num?rique (DEFAULT, valeur par d?faut) oci_RETURN_NULLS Retourne les colonnes vides. oci_RETURN_LOBS Retourne la valeur des objets LOB plut?t que leur descripteur.