File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- $Revision$ -->
3- <!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: nilgun Status: ready -->
2+ <!-- EN-Revision: 22583751fbfdaa3eaa41aeb6470d1343f5cb2c78 Maintainer: nilgun Status: ready -->
43<refentry xml : id =" function.yaz-ccl-parse" xmlns =" http://docbook.org/ns/docbook" >
54 <refnamediv >
65 <refname >yaz_ccl_parse</refname >
9897<?php
9998
10099yaz_ccl_conf($id, $fields); // örnek için yaz_ccl_conf işlevine bakın
101- if (!yaz_ccl_parse($id, $ccl, & $cclresult)) {
100+ if (!yaz_ccl_parse($id, $ccl, $cclresult)) {
102101 echo 'Hata: ' . $cclresult["errorstring"];
103102} else {
104103 $rpn = $cclresult["rpn"];
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!-- $Revision$ -->
3- <!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: nilgun Status: ready -->
2+ <!-- EN-Revision: dafb1509d0b124bffe6ce275b5105b30b3fcec63 Maintainer: nilgun Status: ready -->
43<refentry xml : id =" function.yaz-connect" xmlns =" http://docbook.org/ns/docbook" xmlns : xlink =" http://www.w3.org/1999/xlink" >
54 <refnamediv >
65 <refname >yaz_connect</refname >
188187 Hata oluşmuşsa &false; yoksa bir bağlantı özkaynağı döner.
189188 </para >
190189 </refsect1 >
191- <refsect1 role =" changelog" >
192- &reftitle.changelog;
193- <para >
194- <informaltable >
195- <tgroup cols =" 2" >
196- <thead >
197- <row >
198- <entry >&Version; </entry >
199- <entry >&Description; </entry >
200- </row >
201- </thead >
202- <tbody >
203- <row >
204- <entry >4.1.0</entry >
205- <entry >
206- <parameter >seçenekler</parameter > bağımsız değişkeni eklendi.
207- </entry >
208- </row >
209- </tbody >
210- </tgroup >
211- </informaltable >
212- </para >
213- </refsect1 >
190+
214191 <refsect1 role =" seealso" >
215192 &reftitle.seealso;
216193 <para >
You can’t perform that action at this time.
0 commit comments