├── .github
└── workflows
│ └── build.yml
├── CONTRIBUTING.md
├── README.md
├── appendices
├── about.xml
├── aliases.xml
├── debugger.xml
├── ini.core.xml
├── ini.list.xml
├── ini.sections.xml
├── ini.xml
├── migration70
│ └── new-features.xml
├── reserved.constants.standard.xml
├── reserved.xml
└── userlandnaming.xml
├── bookinfo.xml
├── chapters
├── intro.xml
└── tutorial.xml
├── chmonly
└── aboutchm.xml
├── extensions.ent
├── faq
├── build.xml
├── com.xml
├── databases.xml
├── general.xml
├── installation.xml
├── languages.xml
├── mailinglist.xml
├── misc.xml
└── obtaining.xml
├── features
├── commandline.xml
├── connection-handling.xml
├── cookies.xml
├── error-handling.xml
├── file-upload.xml
├── http-auth.xml
├── images.xml
├── persistent-connections.xml
├── remote-files.xml
└── sessions.xml
├── install
├── cloud
│ ├── azure.xml
│ ├── ec2.xml
│ └── index.xml
├── macos
│ ├── compile.xml
│ ├── index.xml
│ └── packages.xml
├── problems.xml
└── unix
│ └── lighttpd-14.xml
├── language-defs.ent
├── language-snippets.ent
├── language
├── basic-syntax.xml
├── constants.xml
├── context
│ └── parameters.xml
├── control-structures.xml
├── control-structures
│ ├── alternative-syntax.xml
│ ├── break.xml
│ ├── continue.xml
│ ├── goto.xml
│ ├── match.xml
│ └── while.xml
├── functions.xml
├── oop5.xml
├── oop5
│ ├── abstract.xml
│ ├── autoload.xml
│ ├── basic.xml
│ ├── cloning.xml
│ └── constants.xml
├── operators.xml
├── predefined
│ ├── closure.xml
│ ├── closure
│ │ ├── bindto.xml
│ │ └── construct.xml
│ ├── exception
│ │ └── getmessage.xml
│ ├── exceptions.xml
│ ├── interfaces.xml
│ └── variables
│ │ └── argc.xml
├── references.xml
├── types.xml
└── types
│ ├── declarations.xml
│ ├── float.xml
│ ├── integer.xml
│ ├── null.xml
│ └── object.xml
├── make_chm_index_it.html
├── preface.xml
├── reference
├── apache
│ ├── book.xml
│ ├── functions
│ │ ├── apache-child-terminate.xml
│ │ ├── apache-lookup-uri.xml
│ │ ├── apache-note.xml
│ │ ├── apache-request-headers.xml
│ │ ├── apache-response-headers.xml
│ │ ├── apache-setenv.xml
│ │ ├── ascii2ebcdic.xml
│ │ ├── ebcdic2ascii.xml
│ │ ├── getallheaders.xml
│ │ └── virtual.xml
│ ├── ini.xml
│ ├── reference.xml
│ └── setup.xml
├── array
│ ├── book.xml
│ ├── constants.xml
│ ├── functions
│ │ ├── array-change-key-case.xml
│ │ ├── array-chunk.xml
│ │ ├── array-combine.xml
│ │ ├── array-count-values.xml
│ │ ├── array-diff-assoc.xml
│ │ ├── array-diff.xml
│ │ ├── array-fill.xml
│ │ ├── array-filter.xml
│ │ ├── array-flip.xml
│ │ ├── array-intersect-assoc.xml
│ │ ├── array-intersect.xml
│ │ ├── array-key-exists.xml
│ │ ├── array-keys.xml
│ │ ├── array-map.xml
│ │ ├── array-merge-recursive.xml
│ │ ├── array-merge.xml
│ │ ├── array-multisort.xml
│ │ ├── array-pad.xml
│ │ ├── array-pop.xml
│ │ ├── array-push.xml
│ │ ├── array-rand.xml
│ │ ├── array-reduce.xml
│ │ ├── array-reverse.xml
│ │ ├── array-search.xml
│ │ ├── array-shift.xml
│ │ ├── array-slice.xml
│ │ ├── array-splice.xml
│ │ ├── array-sum.xml
│ │ ├── array-unique.xml
│ │ ├── array-unshift.xml
│ │ ├── array-values.xml
│ │ ├── array-walk.xml
│ │ ├── array.xml
│ │ ├── arsort.xml
│ │ ├── asort.xml
│ │ ├── compact.xml
│ │ ├── count.xml
│ │ ├── current.xml
│ │ ├── each.xml
│ │ ├── end.xml
│ │ ├── extract.xml
│ │ ├── in-array.xml
│ │ ├── key.xml
│ │ ├── krsort.xml
│ │ ├── ksort.xml
│ │ ├── list.xml
│ │ ├── natcasesort.xml
│ │ ├── natsort.xml
│ │ ├── next.xml
│ │ ├── pos.xml
│ │ ├── prev.xml
│ │ ├── range.xml
│ │ ├── reset.xml
│ │ ├── rsort.xml
│ │ ├── shuffle.xml
│ │ ├── sizeof.xml
│ │ ├── sort.xml
│ │ ├── uasort.xml
│ │ ├── uksort.xml
│ │ └── usort.xml
│ ├── reference.xml
│ └── sorting.xml
├── aspell
│ └── functions
│ │ ├── aspell-check-raw.xml
│ │ ├── aspell-check.xml
│ │ ├── aspell-new.xml
│ │ └── aspell-suggest.xml
├── bc
│ ├── book.xml
│ ├── configure.xml
│ ├── constants.xml
│ ├── functions
│ │ ├── bcadd.xml
│ │ ├── bccomp.xml
│ │ ├── bcdiv.xml
│ │ ├── bcmod.xml
│ │ ├── bcmul.xml
│ │ ├── bcpow.xml
│ │ ├── bcpowmod.xml
│ │ ├── bcscale.xml
│ │ ├── bcsqrt.xml
│ │ └── bcsub.xml
│ ├── ini.xml
│ ├── reference.xml
│ └── setup.xml
├── bzip2
│ ├── configure.xml
│ └── functions
│ │ ├── bzclose.xml
│ │ ├── bzcompress.xml
│ │ ├── bzdecompress.xml
│ │ ├── bzerrno.xml
│ │ ├── bzerror.xml
│ │ ├── bzerrstr.xml
│ │ ├── bzflush.xml
│ │ ├── bzopen.xml
│ │ ├── bzread.xml
│ │ └── bzwrite.xml
├── calendar
│ ├── configure.xml
│ └── functions
│ │ ├── cal-days-in-month.xml
│ │ ├── cal-from-jd.xml
│ │ ├── cal-info.xml
│ │ ├── cal-to-jd.xml
│ │ ├── easter-date.xml
│ │ ├── easter-days.xml
│ │ ├── frenchtojd.xml
│ │ ├── gregoriantojd.xml
│ │ ├── jddayofweek.xml
│ │ ├── jdmonthname.xml
│ │ ├── jdtofrench.xml
│ │ ├── jdtogregorian.xml
│ │ ├── jdtojewish.xml
│ │ ├── jdtojulian.xml
│ │ ├── jdtounix.xml
│ │ ├── jewishtojd.xml
│ │ ├── juliantojd.xml
│ │ └── unixtojd.xml
├── classobj
│ ├── book.xml
│ ├── constants.xml
│ └── functions
│ │ ├── call-user-method-array.xml
│ │ ├── call-user-method.xml
│ │ ├── class-exists.xml
│ │ ├── get-class-methods.xml
│ │ ├── get-class-vars.xml
│ │ ├── get-class.xml
│ │ ├── get-declared-classes.xml
│ │ ├── get-object-vars.xml
│ │ ├── get-parent-class.xml
│ │ ├── is-a.xml
│ │ ├── is-subclass-of.xml
│ │ └── method-exists.xml
├── com
│ ├── functions
│ │ ├── class.com.xml
│ │ ├── class.variant.xml
│ │ ├── com-addref.xml
│ │ ├── com-get.xml
│ │ ├── com-invoke.xml
│ │ ├── com-isenum.xml
│ │ ├── com-load-typelib.xml
│ │ ├── com-load.xml
│ │ ├── com-propget.xml
│ │ ├── com-propput.xml
│ │ ├── com-propset.xml
│ │ ├── com-release.xml
│ │ └── com-set.xml
│ └── ini.xml
├── ctype
│ ├── book.xml
│ ├── configure.xml
│ ├── constants.xml
│ ├── functions
│ │ ├── ctype-alnum.xml
│ │ ├── ctype-alpha.xml
│ │ ├── ctype-cntrl.xml
│ │ ├── ctype-digit.xml
│ │ ├── ctype-graph.xml
│ │ ├── ctype-lower.xml
│ │ ├── ctype-print.xml
│ │ ├── ctype-punct.xml
│ │ ├── ctype-space.xml
│ │ ├── ctype-upper.xml
│ │ └── ctype-xdigit.xml
│ ├── reference.xml
│ └── setup.xml
├── curl
│ ├── book.xml
│ ├── configure.xml
│ ├── examples.xml
│ ├── functions
│ │ ├── curl-close.xml
│ │ ├── curl-errno.xml
│ │ ├── curl-error.xml
│ │ ├── curl-exec.xml
│ │ ├── curl-getinfo.xml
│ │ ├── curl-init.xml
│ │ ├── curl-multi-add-handle.xml
│ │ ├── curl-multi-close.xml
│ │ ├── curl-multi-exec.xml
│ │ ├── curl-multi-getcontent.xml
│ │ ├── curl-multi-info-read.xml
│ │ ├── curl-multi-init.xml
│ │ ├── curl-multi-remove-handle.xml
│ │ ├── curl-multi-select.xml
│ │ ├── curl-setopt.xml
│ │ └── curl-version.xml
│ ├── ini.xml
│ └── setup.xml
├── datetime
│ ├── datetime.xml
│ ├── functions
│ │ ├── checkdate.xml
│ │ ├── date.xml
│ │ ├── getdate.xml
│ │ ├── gettimeofday.xml
│ │ ├── gmdate.xml
│ │ ├── gmmktime.xml
│ │ ├── gmstrftime.xml
│ │ ├── localtime.xml
│ │ ├── microtime.xml
│ │ ├── mktime.xml
│ │ ├── strftime.xml
│ │ ├── strtotime.xml
│ │ └── time.xml
│ └── ini.xml
├── dbase
│ ├── configure.xml
│ └── functions
│ │ ├── dbase-add-record.xml
│ │ ├── dbase-close.xml
│ │ ├── dbase-create.xml
│ │ ├── dbase-delete-record.xml
│ │ ├── dbase-get-header-info.xml
│ │ ├── dbase-get-record-with-names.xml
│ │ ├── dbase-get-record.xml
│ │ ├── dbase-numfields.xml
│ │ ├── dbase-numrecords.xml
│ │ ├── dbase-open.xml
│ │ ├── dbase-pack.xml
│ │ └── dbase-replace-record.xml
├── dio
│ ├── configure.xml
│ └── functions
│ │ ├── dio-close.xml
│ │ ├── dio-fcntl.xml
│ │ ├── dio-open.xml
│ │ ├── dio-read.xml
│ │ ├── dio-seek.xml
│ │ ├── dio-stat.xml
│ │ ├── dio-tcsetattr.xml
│ │ ├── dio-truncate.xml
│ │ └── dio-write.xml
├── dir
│ ├── constants.xml
│ └── functions
│ │ ├── chdir.xml
│ │ ├── chroot.xml
│ │ ├── closedir.xml
│ │ ├── getcwd.xml
│ │ ├── opendir.xml
│ │ ├── readdir.xml
│ │ └── rewinddir.xml
├── dom
│ ├── constants.xml
│ ├── domdocument
│ │ └── registernodeclass.xml
│ ├── functions
│ │ ├── dom-domattr-construct.xml
│ │ ├── dom-domattr-isid.xml
│ │ ├── dom-domcharacterdata-appenddata.xml
│ │ ├── dom-domcharacterdata-deletedata.xml
│ │ ├── dom-domcharacterdata-insertdata.xml
│ │ ├── dom-domcharacterdata-replacedata.xml
│ │ ├── dom-domcharacterdata-substringdata.xml
│ │ ├── dom-domcomment-construct.xml
│ │ ├── dom-domdocument-construct.xml
│ │ ├── dom-domdocument-createattribute.xml
│ │ ├── dom-domdocument-createattributens.xml
│ │ ├── dom-domdocument-createcdatasection.xml
│ │ ├── dom-domdocument-createcomment.xml
│ │ ├── dom-domdocument-createdocumentfragment.xml
│ │ ├── dom-domdocument-createelement.xml
│ │ ├── dom-domdocument-createelementns.xml
│ │ ├── dom-domdocument-createentityreference.xml
│ │ ├── dom-domdocument-createprocessinginstruction.xml
│ │ ├── dom-domdocument-createtextnode.xml
│ │ ├── dom-domdocument-getelementbyid.xml
│ │ ├── dom-domdocument-getelementsbytagname.xml
│ │ ├── dom-domdocument-getelementsbytagnamens.xml
│ │ ├── dom-domdocument-importnode.xml
│ │ ├── dom-domdocument-load.xml
│ │ ├── dom-domdocument-loadhtml.xml
│ │ ├── dom-domdocument-loadhtmlfile.xml
│ │ ├── dom-domdocument-loadxml.xml
│ │ ├── dom-domdocument-normalize.xml
│ │ ├── dom-domdocument-relaxngvalidate.xml
│ │ ├── dom-domdocument-relaxngvalidatesource.xml
│ │ ├── dom-domdocument-save.xml
│ │ ├── dom-domdocument-saveHTML.xml
│ │ ├── dom-domdocument-saveHTMLFile.xml
│ │ ├── dom-domdocument-saveXML.xml
│ │ ├── dom-domdocument-schemaValidate.xml
│ │ ├── dom-domdocument-schemaValidateSource.xml
│ │ ├── dom-domdocument-validate.xml
│ │ ├── dom-domdocument-xinclude.xml
│ │ ├── dom-domelement-construct.xml
│ │ ├── dom-domelement-getattribute.xml
│ │ ├── dom-domelement-getattributenode.xml
│ │ ├── dom-domelement-getattributenodens.xml
│ │ ├── dom-domelement-getattributens.xml
│ │ ├── dom-domelement-getelementsbytagname.xml
│ │ ├── dom-domelement-getelementsbytagnamens.xml
│ │ ├── dom-domelement-hasattribute.xml
│ │ ├── dom-domelement-hasattributens.xml
│ │ ├── dom-domelement-removeattribute.xml
│ │ ├── dom-domelement-removeattributenode.xml
│ │ ├── dom-domelement-removeattributens.xml
│ │ ├── dom-domelement-setattribute.xml
│ │ ├── dom-domelement-setattributenode.xml
│ │ ├── dom-domelement-setattributenodens.xml
│ │ ├── dom-domelement-setattributens.xml
│ │ ├── dom-domentityreference-construct.xml
│ │ ├── dom-domimplementation-construct.xml
│ │ ├── dom-domimplementation-createdocument.xml
│ │ ├── dom-domimplementation-createdocumenttype.xml
│ │ ├── dom-domimplementation-hasfeature.xml
│ │ ├── dom-domnamednodemap-getnameditem.xml
│ │ ├── dom-domnamednodemap-getnameditemns.xml
│ │ ├── dom-domnamednodemap-item.xml
│ │ ├── dom-domnode-appendchild.xml
│ │ ├── dom-domnode-clonenode.xml
│ │ ├── dom-domnode-hasattributes.xml
│ │ ├── dom-domnode-haschildnodes.xml
│ │ ├── dom-domnode-insertbefore.xml
│ │ ├── dom-domnode-issamenode.xml
│ │ ├── dom-domnode-issupported.xml
│ │ ├── dom-domnode-lookupnamespaceuri.xml
│ │ ├── dom-domnode-lookupprefix.xml
│ │ ├── dom-domnode-normalize.xml
│ │ ├── dom-domnode-removechild.xml
│ │ ├── dom-domnode-replacechild.xml
│ │ ├── dom-domnodelist-item.xml
│ │ ├── dom-domprocessinginstruction-construct.xml
│ │ ├── dom-domtext-construct.xml
│ │ ├── dom-domtext-iswhitespaceinelementcontent.xml
│ │ ├── dom-domtext-splittext.xml
│ │ ├── dom-domxpath-construct.xml
│ │ ├── dom-domxpath-evaluate.xml
│ │ ├── dom-domxpath-query.xml
│ │ ├── dom-domxpath-registernamespace.xml
│ │ └── dom-import-simplexml.xml
│ └── reference.xml
├── errorfunc
│ ├── examples.xml
│ ├── functions
│ │ ├── debug-backtrace.xml
│ │ ├── debug-print-backtrace.xml
│ │ ├── error-log.xml
│ │ ├── error-reporting.xml
│ │ ├── restore-error-handler.xml
│ │ ├── restore-exception-handler.xml
│ │ ├── set-error-handler.xml
│ │ ├── set-exception-handler.xml
│ │ ├── trigger-error.xml
│ │ └── user-error.xml
│ └── ini.xml
├── exec
│ └── functions
│ │ ├── escapeshellarg.xml
│ │ ├── escapeshellcmd.xml
│ │ ├── exec.xml
│ │ ├── passthru.xml
│ │ ├── shell-exec.xml
│ │ └── system.xml
├── expect
│ └── reference.xml
├── filesystem
│ ├── functions
│ │ ├── basename.xml
│ │ ├── chgrp.xml
│ │ ├── chmod.xml
│ │ ├── chown.xml
│ │ ├── clearstatcache.xml
│ │ ├── copy.xml
│ │ ├── delete.xml
│ │ ├── dirname.xml
│ │ ├── disk-free-space.xml
│ │ ├── disk-total-space.xml
│ │ ├── diskfreespace.xml
│ │ ├── fclose.xml
│ │ ├── feof.xml
│ │ ├── fflush.xml
│ │ ├── fgetc.xml
│ │ ├── fgetcsv.xml
│ │ ├── fgets.xml
│ │ ├── fgetss.xml
│ │ ├── fgetwrapperdata.xml
│ │ ├── file-exists.xml
│ │ ├── file-get-contents.xml
│ │ ├── file.xml
│ │ ├── fileatime.xml
│ │ ├── filectime.xml
│ │ ├── filegroup.xml
│ │ ├── fileinode.xml
│ │ ├── filemtime.xml
│ │ ├── fileowner.xml
│ │ ├── fileperms.xml
│ │ ├── filesize.xml
│ │ ├── filetype.xml
│ │ ├── flock.xml
│ │ ├── fopen.xml
│ │ ├── fpassthru.xml
│ │ ├── fputs.xml
│ │ ├── fread.xml
│ │ ├── fscanf.xml
│ │ ├── fseek.xml
│ │ ├── fstat.xml
│ │ ├── ftell.xml
│ │ ├── ftruncate.xml
│ │ ├── fwrite.xml
│ │ ├── is-dir.xml
│ │ ├── is-executable.xml
│ │ ├── is-file.xml
│ │ ├── is-link.xml
│ │ ├── is-readable.xml
│ │ ├── is-uploaded-file.xml
│ │ ├── is-writable.xml
│ │ ├── is-writeable.xml
│ │ ├── link.xml
│ │ ├── linkinfo.xml
│ │ ├── lstat.xml
│ │ ├── mkdir.xml
│ │ ├── move-uploaded-file.xml
│ │ ├── parse-ini-file.xml
│ │ ├── pathinfo.xml
│ │ ├── pclose.xml
│ │ ├── popen.xml
│ │ ├── readfile.xml
│ │ ├── readlink.xml
│ │ ├── realpath.xml
│ │ ├── rename.xml
│ │ ├── rewind.xml
│ │ ├── rmdir.xml
│ │ ├── set-file-buffer.xml
│ │ ├── stat.xml
│ │ ├── symlink.xml
│ │ ├── tempnam.xml
│ │ ├── tmpfile.xml
│ │ ├── touch.xml
│ │ ├── umask.xml
│ │ └── unlink.xml
│ └── ini.xml
├── ftp
│ └── functions
│ │ ├── ftp-cdup.xml
│ │ ├── ftp-chdir.xml
│ │ ├── ftp-close.xml
│ │ ├── ftp-connect.xml
│ │ ├── ftp-delete.xml
│ │ ├── ftp-exec.xml
│ │ ├── ftp-fget.xml
│ │ ├── ftp-fput.xml
│ │ ├── ftp-get-option.xml
│ │ ├── ftp-get.xml
│ │ ├── ftp-login.xml
│ │ ├── ftp-mdtm.xml
│ │ ├── ftp-mkdir.xml
│ │ ├── ftp-nb-continue.xml
│ │ ├── ftp-nb-fget.xml
│ │ ├── ftp-nb-fput.xml
│ │ ├── ftp-nb-get.xml
│ │ ├── ftp-nb-put.xml
│ │ ├── ftp-nlist.xml
│ │ ├── ftp-pasv.xml
│ │ ├── ftp-put.xml
│ │ ├── ftp-pwd.xml
│ │ ├── ftp-quit.xml
│ │ ├── ftp-raw.xml
│ │ ├── ftp-rawlist.xml
│ │ ├── ftp-rename.xml
│ │ ├── ftp-rmdir.xml
│ │ ├── ftp-set-option.xml
│ │ ├── ftp-site.xml
│ │ ├── ftp-size.xml
│ │ ├── ftp-ssl-connect.xml
│ │ └── ftp-systype.xml
├── gmp
│ ├── book.xml
│ ├── configure.xml
│ ├── constants.xml
│ ├── examples.xml
│ ├── functions
│ │ ├── gmp-abs.xml
│ │ ├── gmp-add.xml
│ │ ├── gmp-and.xml
│ │ ├── gmp-clrbit.xml
│ │ ├── gmp-cmp.xml
│ │ ├── gmp-com.xml
│ │ ├── gmp-div-q.xml
│ │ ├── gmp-div-qr.xml
│ │ ├── gmp-div-r.xml
│ │ ├── gmp-div.xml
│ │ ├── gmp-divexact.xml
│ │ ├── gmp-fact.xml
│ │ ├── gmp-gcd.xml
│ │ ├── gmp-gcdext.xml
│ │ ├── gmp-hamdist.xml
│ │ ├── gmp-init.xml
│ │ ├── gmp-intval.xml
│ │ ├── gmp-invert.xml
│ │ ├── gmp-jacobi.xml
│ │ ├── gmp-legendre.xml
│ │ ├── gmp-mod.xml
│ │ ├── gmp-mul.xml
│ │ ├── gmp-neg.xml
│ │ ├── gmp-or.xml
│ │ ├── gmp-perfect-square.xml
│ │ ├── gmp-popcount.xml
│ │ ├── gmp-pow.xml
│ │ ├── gmp-powm.xml
│ │ ├── gmp-prob-prime.xml
│ │ ├── gmp-random.xml
│ │ ├── gmp-scan0.xml
│ │ ├── gmp-scan1.xml
│ │ ├── gmp-setbit.xml
│ │ ├── gmp-sign.xml
│ │ ├── gmp-sqrt.xml
│ │ ├── gmp-sqrtrem.xml
│ │ ├── gmp-strval.xml
│ │ ├── gmp-sub.xml
│ │ └── gmp-xor.xml
│ ├── gmp.xml
│ ├── reference.xml
│ └── setup.xml
├── iconv
│ ├── configure.xml
│ ├── constants.xml
│ ├── functions
│ │ ├── iconv-get-encoding.xml
│ │ ├── iconv-set-encoding.xml
│ │ ├── iconv.xml
│ │ └── ob-iconv-handler.xml
│ └── ini.xml
├── info
│ ├── functions
│ │ ├── assert-options.xml
│ │ ├── assert.xml
│ │ ├── dl.xml
│ │ ├── extension-loaded.xml
│ │ ├── get-cfg-var.xml
│ │ ├── get-current-user.xml
│ │ ├── get-defined-constants.xml
│ │ ├── get-extension-funcs.xml
│ │ ├── get-include-path.xml
│ │ ├── get-included-files.xml
│ │ ├── get-loaded-extensions.xml
│ │ ├── get-magic-quotes-gpc.xml
│ │ ├── get-magic-quotes-runtime.xml
│ │ ├── get-required-files.xml
│ │ ├── getenv.xml
│ │ ├── getlastmod.xml
│ │ ├── getmygid.xml
│ │ ├── getmyinode.xml
│ │ ├── getmypid.xml
│ │ ├── getmyuid.xml
│ │ ├── getopt.xml
│ │ ├── getrusage.xml
│ │ ├── ini-alter.xml
│ │ ├── ini-get-all.xml
│ │ ├── ini-get.xml
│ │ ├── ini-restore.xml
│ │ ├── ini-set.xml
│ │ ├── main.xml
│ │ ├── memory-get-usage.xml
│ │ ├── php-ini-scanned-files.xml
│ │ ├── php-logo-guid.xml
│ │ ├── php-sapi-name.xml
│ │ ├── php-uname.xml
│ │ ├── phpcredits.xml
│ │ ├── phpinfo.xml
│ │ ├── phpversion.xml
│ │ ├── putenv.xml
│ │ ├── restore-include-path.xml
│ │ ├── set-include-path.xml
│ │ ├── set-time-limit.xml
│ │ ├── version-compare.xml
│ │ ├── zend-logo-guid.xml
│ │ └── zend-version.xml
│ └── ini.xml
├── libxml
│ ├── book.xml
│ ├── functions
│ │ └── libxml-clear-errors.xml
│ ├── reference.xml
│ └── setup.xml
├── mail
│ ├── functions
│ │ ├── ezmlm-hash.xml
│ │ └── mail.xml
│ └── ini.xml
├── math
│ └── functions
│ │ ├── abs.xml
│ │ ├── acos.xml
│ │ ├── acosh.xml
│ │ ├── asin.xml
│ │ ├── asinh.xml
│ │ ├── atan.xml
│ │ ├── atan2.xml
│ │ ├── atanh.xml
│ │ ├── base-convert.xml
│ │ ├── bindec.xml
│ │ ├── ceil.xml
│ │ ├── cos.xml
│ │ ├── cosh.xml
│ │ ├── decbin.xml
│ │ ├── dechex.xml
│ │ ├── decoct.xml
│ │ ├── deg2rad.xml
│ │ ├── exp.xml
│ │ ├── expm1.xml
│ │ ├── floor.xml
│ │ ├── getrandmax.xml
│ │ ├── hexdec.xml
│ │ ├── hypot.xml
│ │ ├── is-finite.xml
│ │ ├── is-infinite.xml
│ │ ├── is-nan.xml
│ │ ├── lcg-value.xml
│ │ ├── log.xml
│ │ ├── log10.xml
│ │ ├── log1p.xml
│ │ ├── max.xml
│ │ ├── min.xml
│ │ ├── mt-getrandmax.xml
│ │ ├── mt-rand.xml
│ │ ├── mt-srand.xml
│ │ ├── number-format.xml
│ │ ├── octdec.xml
│ │ ├── pi.xml
│ │ ├── pow.xml
│ │ ├── rad2deg.xml
│ │ ├── rand.xml
│ │ ├── round.xml
│ │ ├── sin.xml
│ │ ├── sinh.xml
│ │ ├── sqrt.xml
│ │ ├── srand.xml
│ │ ├── tan.xml
│ │ └── tanh.xml
├── mbstring
│ └── functions
│ │ └── mb-strtoupper.xml
├── misc
│ └── functions
│ │ ├── constant.xml
│ │ ├── define.xml
│ │ ├── defined.xml
│ │ ├── die.xml
│ │ ├── eval.xml
│ │ ├── halt-compiler.xml
│ │ ├── highlight-file.xml
│ │ ├── highlight-string.xml
│ │ ├── show-source.xml
│ │ ├── sleep.xml
│ │ └── usleep.xml
├── network
│ ├── constants.xml
│ ├── functions
│ │ ├── checkdnsrr.xml
│ │ ├── closelog.xml
│ │ ├── debugger-off.xml
│ │ ├── debugger-on.xml
│ │ ├── define-syslog-variables.xml
│ │ ├── fsockopen.xml
│ │ ├── gethostbyaddr.xml
│ │ ├── gethostbyname.xml
│ │ ├── gethostbynamel.xml
│ │ ├── getmxrr.xml
│ │ ├── getprotobyname.xml
│ │ ├── getprotobynumber.xml
│ │ ├── getservbyname.xml
│ │ ├── getservbyport.xml
│ │ ├── ip2long.xml
│ │ ├── long2ip.xml
│ │ ├── openlog.xml
│ │ ├── pfsockopen.xml
│ │ ├── socket-get-status.xml
│ │ ├── socket-set-blocking.xml
│ │ ├── socket-set-timeout.xml
│ │ └── syslog.xml
│ └── ini.xml
├── oci8
│ ├── configure.xml
│ └── functions
│ │ ├── oci-bind-by-name.xml
│ │ ├── oci-cancel.xml
│ │ ├── ocicancel.xml
│ │ ├── ocicollappend.xml
│ │ ├── ocicollassign.xml
│ │ ├── ocicollassignelem.xml
│ │ ├── ocicollgetelem.xml
│ │ ├── ocicollmax.xml
│ │ ├── ocicollsize.xml
│ │ ├── ocicolltrim.xml
│ │ ├── ocicolumnisnull.xml
│ │ ├── ocicolumnname.xml
│ │ ├── ocicolumnprecision.xml
│ │ ├── ocicolumnscale.xml
│ │ ├── ocicolumnsize.xml
│ │ ├── ocicolumntype.xml
│ │ ├── ocicolumntyperaw.xml
│ │ ├── ocicommit.xml
│ │ ├── ocidefinebyname.xml
│ │ ├── ocierror.xml
│ │ ├── ociexecute.xml
│ │ ├── ocifetch.xml
│ │ ├── ocifetchinto.xml
│ │ ├── ocifetchstatement.xml
│ │ ├── ocifreecollection.xml
│ │ ├── ocifreecursor.xml
│ │ ├── ocifreedesc.xml
│ │ ├── ocifreestatement.xml
│ │ ├── ociinternaldebug.xml
│ │ ├── ociloadlob.xml
│ │ ├── ocilogoff.xml
│ │ ├── ocilogon.xml
│ │ ├── ocinewcollection.xml
│ │ ├── ocinewcursor.xml
│ │ ├── ocinewdescriptor.xml
│ │ ├── ocinlogon.xml
│ │ ├── ocinumcols.xml
│ │ ├── ociparse.xml
│ │ ├── ociplogon.xml
│ │ ├── ociresult.xml
│ │ ├── ocirollback.xml
│ │ ├── ocirowcount.xml
│ │ ├── ocisavelob.xml
│ │ ├── ocisavelobfile.xml
│ │ ├── ociserverversion.xml
│ │ ├── ocisetprefetch.xml
│ │ ├── ocistatementtype.xml
│ │ └── ociwritelobtofile.xml
├── pcre
│ ├── book.xml
│ ├── configure.xml
│ ├── functions
│ │ ├── preg-grep.xml
│ │ ├── preg-match-all.xml
│ │ ├── preg-match.xml
│ │ ├── preg-quote.xml
│ │ ├── preg-replace-callback.xml
│ │ ├── preg-replace.xml
│ │ └── preg-split.xml
│ ├── pattern.differences.xml
│ ├── pattern.modifiers.xml
│ ├── pattern.syntax.xml
│ └── pattern.xml
├── pgsql
│ └── functions
│ │ ├── pg-affected-rows.xml
│ │ ├── pg-cancel-query.xml
│ │ ├── pg-client-encoding.xml
│ │ ├── pg-close.xml
│ │ ├── pg-connect.xml
│ │ ├── pg-connection-busy.xml
│ │ ├── pg-connection-reset.xml
│ │ ├── pg-connection-status.xml
│ │ ├── pg-convert.xml
│ │ ├── pg-copy-from.xml
│ │ ├── pg-copy-to.xml
│ │ ├── pg-dbname.xml
│ │ ├── pg-delete.xml
│ │ ├── pg-end-copy.xml
│ │ ├── pg-escape-bytea.xml
│ │ ├── pg-escape-string.xml
│ │ ├── pg-fetch-all.xml
│ │ ├── pg-fetch-array.xml
│ │ ├── pg-fetch-assoc.xml
│ │ ├── pg-fetch-object.xml
│ │ ├── pg-fetch-result.xml
│ │ ├── pg-fetch-row.xml
│ │ ├── pg-field-is-null.xml
│ │ ├── pg-field-name.xml
│ │ ├── pg-field-num.xml
│ │ ├── pg-field-prtlen.xml
│ │ ├── pg-field-size.xml
│ │ ├── pg-field-type.xml
│ │ ├── pg-free-result.xml
│ │ ├── pg-get-notify.xml
│ │ ├── pg-get-pid.xml
│ │ ├── pg-get-result.xml
│ │ ├── pg-host.xml
│ │ ├── pg-insert.xml
│ │ ├── pg-last-error.xml
│ │ ├── pg-last-notice.xml
│ │ ├── pg-last-oid.xml
│ │ ├── pg-lo-close.xml
│ │ ├── pg-lo-create.xml
│ │ ├── pg-lo-export.xml
│ │ ├── pg-lo-import.xml
│ │ ├── pg-lo-open.xml
│ │ ├── pg-lo-read-all.xml
│ │ ├── pg-lo-read.xml
│ │ ├── pg-lo-seek.xml
│ │ ├── pg-lo-tell.xml
│ │ ├── pg-lo-unlink.xml
│ │ ├── pg-lo-write.xml
│ │ ├── pg-meta-data.xml
│ │ ├── pg-num-fields.xml
│ │ ├── pg-num-rows.xml
│ │ ├── pg-options.xml
│ │ ├── pg-pconnect.xml
│ │ ├── pg-ping.xml
│ │ ├── pg-port.xml
│ │ ├── pg-put-line.xml
│ │ ├── pg-query.xml
│ │ ├── pg-result-error.xml
│ │ ├── pg-result-seek.xml
│ │ ├── pg-result-status.xml
│ │ ├── pg-select.xml
│ │ ├── pg-send-query.xml
│ │ ├── pg-set-client-encoding.xml
│ │ ├── pg-trace.xml
│ │ ├── pg-tty.xml
│ │ ├── pg-unescape-bytea.xml
│ │ ├── pg-untrace.xml
│ │ └── pg-update.xml
├── posix
│ ├── configure.xml
│ └── functions
│ │ ├── posix-ctermid.xml
│ │ ├── posix-get-last-error.xml
│ │ ├── posix-getcwd.xml
│ │ ├── posix-getegid.xml
│ │ ├── posix-geteuid.xml
│ │ ├── posix-getgid.xml
│ │ ├── posix-getgrgid.xml
│ │ ├── posix-getgrnam.xml
│ │ ├── posix-getgroups.xml
│ │ ├── posix-getlogin.xml
│ │ ├── posix-getpgid.xml
│ │ ├── posix-getpgrp.xml
│ │ ├── posix-getpid.xml
│ │ ├── posix-getppid.xml
│ │ ├── posix-getpwnam.xml
│ │ ├── posix-getpwuid.xml
│ │ ├── posix-getrlimit.xml
│ │ ├── posix-getsid.xml
│ │ ├── posix-getuid.xml
│ │ ├── posix-isatty.xml
│ │ ├── posix-kill.xml
│ │ ├── posix-mkfifo.xml
│ │ ├── posix-setegid.xml
│ │ ├── posix-seteuid.xml
│ │ ├── posix-setgid.xml
│ │ ├── posix-setpgid.xml
│ │ ├── posix-setsid.xml
│ │ ├── posix-setuid.xml
│ │ ├── posix-strerror.xml
│ │ ├── posix-times.xml
│ │ ├── posix-ttyname.xml
│ │ └── posix-uname.xml
├── sem
│ ├── configure.xml
│ ├── functions
│ │ ├── ftok.xml
│ │ ├── msg-get-queue.xml
│ │ ├── msg-receive.xml
│ │ ├── msg-remove-queue.xml
│ │ ├── msg-send.xml
│ │ ├── msg-set-queue.xml
│ │ ├── msg-stat-queue.xml
│ │ ├── sem-acquire.xml
│ │ ├── sem-get.xml
│ │ ├── sem-release.xml
│ │ ├── sem-remove.xml
│ │ ├── shm-attach.xml
│ │ ├── shm-detach.xml
│ │ ├── shm-get-var.xml
│ │ ├── shm-put-var.xml
│ │ ├── shm-remove-var.xml
│ │ └── shm-remove.xml
│ └── ini.xml
├── session
│ ├── functions
│ │ ├── session-cache-expire.xml
│ │ ├── session-cache-limiter.xml
│ │ ├── session-decode.xml
│ │ ├── session-destroy.xml
│ │ ├── session-encode.xml
│ │ ├── session-get-cookie-params.xml
│ │ ├── session-id.xml
│ │ ├── session-is-registered.xml
│ │ ├── session-module-name.xml
│ │ ├── session-name.xml
│ │ ├── session-register.xml
│ │ ├── session-save-path.xml
│ │ ├── session-set-cookie-params.xml
│ │ ├── session-set-save-handler.xml
│ │ ├── session-start.xml
│ │ ├── session-unregister.xml
│ │ ├── session-unset.xml
│ │ └── session-write-close.xml
│ └── ini.xml
├── shmop
│ ├── configure.xml
│ └── functions
│ │ ├── shmop-close.xml
│ │ ├── shmop-delete.xml
│ │ ├── shmop-open.xml
│ │ ├── shmop-read.xml
│ │ ├── shmop-size.xml
│ │ └── shmop-write.xml
├── snmp
│ ├── configure.xml
│ └── functions
│ │ ├── snmp-get-quick-print.xml
│ │ ├── snmp-set-quick-print.xml
│ │ ├── snmpget.xml
│ │ ├── snmprealwalk.xml
│ │ ├── snmpset.xml
│ │ ├── snmpwalk.xml
│ │ └── snmpwalkoid.xml
├── sockets
│ ├── configure.xml
│ └── functions
│ │ ├── socket-accept.xml
│ │ ├── socket-bind.xml
│ │ ├── socket-clear-error.xml
│ │ ├── socket-close.xml
│ │ ├── socket-connect.xml
│ │ ├── socket-create-listen.xml
│ │ ├── socket-create-pair.xml
│ │ ├── socket-create.xml
│ │ ├── socket-get-option.xml
│ │ ├── socket-getopt.xml
│ │ ├── socket-getpeername.xml
│ │ ├── socket-getsockname.xml
│ │ ├── socket-last-error.xml
│ │ ├── socket-listen.xml
│ │ ├── socket-read.xml
│ │ ├── socket-recv.xml
│ │ ├── socket-recvfrom.xml
│ │ ├── socket-recvmsg.xml
│ │ ├── socket-select.xml
│ │ ├── socket-send.xml
│ │ ├── socket-sendmsg.xml
│ │ ├── socket-sendto.xml
│ │ ├── socket-set-nonblock.xml
│ │ ├── socket-set-option.xml
│ │ ├── socket-setopt.xml
│ │ ├── socket-shutdown.xml
│ │ ├── socket-strerror.xml
│ │ └── socket-write.xml
├── sqlite3
│ └── sqlite3
│ │ └── escapestring.xml
├── strings
│ ├── charsets.xml
│ ├── constants.xml
│ └── functions
│ │ ├── addcslashes.xml
│ │ ├── addslashes.xml
│ │ ├── bin2hex.xml
│ │ ├── chop.xml
│ │ ├── chr.xml
│ │ ├── chunk-split.xml
│ │ ├── convert-cyr-string.xml
│ │ ├── convert-uudecode.xml
│ │ ├── convert-uuencode.xml
│ │ ├── count-chars.xml
│ │ ├── crc32.xml
│ │ ├── crypt.xml
│ │ ├── echo.xml
│ │ ├── explode.xml
│ │ ├── fprintf.xml
│ │ ├── get-html-translation-table.xml
│ │ ├── hebrev.xml
│ │ ├── hebrevc.xml
│ │ ├── html-entity-decode.xml
│ │ ├── htmlentities.xml
│ │ ├── htmlspecialchars.xml
│ │ ├── implode.xml
│ │ ├── join.xml
│ │ ├── levenshtein.xml
│ │ ├── localeconv.xml
│ │ ├── ltrim.xml
│ │ ├── md5-file.xml
│ │ ├── md5.xml
│ │ ├── metaphone.xml
│ │ ├── money-format.xml
│ │ ├── nl-langinfo.xml
│ │ ├── nl2br.xml
│ │ ├── number-format.xml
│ │ ├── ord.xml
│ │ ├── parse-str.xml
│ │ ├── print.xml
│ │ ├── printf.xml
│ │ ├── quoted-printable-decode.xml
│ │ ├── quotemeta.xml
│ │ ├── rtrim.xml
│ │ ├── setlocale.xml
│ │ ├── sha1-file.xml
│ │ ├── sha1.xml
│ │ ├── similar-text.xml
│ │ ├── soundex.xml
│ │ ├── sprintf.xml
│ │ ├── sscanf.xml
│ │ ├── str-ireplace.xml
│ │ ├── str-pad.xml
│ │ ├── str-repeat.xml
│ │ ├── str-replace.xml
│ │ ├── str-rot13.xml
│ │ ├── str-shuffle.xml
│ │ ├── str-split.xml
│ │ ├── str-word-count.xml
│ │ ├── strcasecmp.xml
│ │ ├── strchr.xml
│ │ ├── strcmp.xml
│ │ ├── strcoll.xml
│ │ ├── strcspn.xml
│ │ ├── strip-tags.xml
│ │ ├── stripcslashes.xml
│ │ ├── stripos.xml
│ │ ├── stripslashes.xml
│ │ ├── stristr.xml
│ │ ├── strlen.xml
│ │ ├── strnatcasecmp.xml
│ │ ├── strnatcmp.xml
│ │ ├── strncasecmp.xml
│ │ ├── strncmp.xml
│ │ ├── strpbrk.xml
│ │ ├── strpos.xml
│ │ ├── strrchr.xml
│ │ ├── strrev.xml
│ │ ├── strripos.xml
│ │ ├── strrpos.xml
│ │ ├── strspn.xml
│ │ ├── strstr.xml
│ │ ├── strtok.xml
│ │ ├── strtolower.xml
│ │ ├── strtoupper.xml
│ │ ├── strtr.xml
│ │ ├── substr-compare.xml
│ │ ├── substr-count.xml
│ │ ├── substr-replace.xml
│ │ ├── substr.xml
│ │ ├── trim.xml
│ │ ├── ucfirst.xml
│ │ ├── ucwords.xml
│ │ ├── vfprintf.xml
│ │ ├── vprintf.xml
│ │ ├── vsprintf.xml
│ │ └── wordwrap.xml
├── taint
│ └── functions
│ │ ├── is-tainted.xml
│ │ ├── taint.xml
│ │ └── untaint.xml
├── uodbc
│ ├── configure.xml
│ ├── constants.xml
│ ├── functions
│ │ ├── odbc-autocommit.xml
│ │ ├── odbc-binmode.xml
│ │ ├── odbc-close-all.xml
│ │ ├── odbc-close.xml
│ │ ├── odbc-columnprivileges.xml
│ │ ├── odbc-columns.xml
│ │ ├── odbc-commit.xml
│ │ ├── odbc-connect.xml
│ │ ├── odbc-cursor.xml
│ │ ├── odbc-data-source.xml
│ │ ├── odbc-do.xml
│ │ ├── odbc-error.xml
│ │ ├── odbc-errormsg.xml
│ │ ├── odbc-exec.xml
│ │ ├── odbc-execute.xml
│ │ ├── odbc-fetch-array.xml
│ │ ├── odbc-fetch-into.xml
│ │ ├── odbc-fetch-object.xml
│ │ ├── odbc-fetch-row.xml
│ │ ├── odbc-field-len.xml
│ │ ├── odbc-field-name.xml
│ │ ├── odbc-field-num.xml
│ │ ├── odbc-field-precision.xml
│ │ ├── odbc-field-scale.xml
│ │ ├── odbc-field-type.xml
│ │ ├── odbc-foreignkeys.xml
│ │ ├── odbc-free-result.xml
│ │ ├── odbc-gettypeinfo.xml
│ │ ├── odbc-longreadlen.xml
│ │ ├── odbc-next-result.xml
│ │ ├── odbc-num-fields.xml
│ │ ├── odbc-num-rows.xml
│ │ ├── odbc-pconnect.xml
│ │ ├── odbc-prepare.xml
│ │ ├── odbc-primarykeys.xml
│ │ ├── odbc-procedurecolumns.xml
│ │ ├── odbc-procedures.xml
│ │ ├── odbc-result-all.xml
│ │ ├── odbc-result.xml
│ │ ├── odbc-rollback.xml
│ │ ├── odbc-setoption.xml
│ │ ├── odbc-specialcolumns.xml
│ │ ├── odbc-statistics.xml
│ │ ├── odbc-tableprivileges.xml
│ │ └── odbc-tables.xml
│ └── ini.xml
├── url
│ └── book.xml
├── var
│ ├── functions
│ │ ├── doubleval.xml
│ │ ├── empty.xml
│ │ ├── floatval.xml
│ │ ├── get-defined-vars.xml
│ │ ├── get-resource-type.xml
│ │ ├── gettype.xml
│ │ ├── intval.xml
│ │ ├── is-array.xml
│ │ ├── is-bool.xml
│ │ ├── is-callable.xml
│ │ ├── is-double.xml
│ │ ├── is-float.xml
│ │ ├── is-int.xml
│ │ ├── is-integer.xml
│ │ ├── is-long.xml
│ │ ├── is-null.xml
│ │ ├── is-numeric.xml
│ │ ├── is-object.xml
│ │ ├── is-real.xml
│ │ ├── is-resource.xml
│ │ ├── is-scalar.xml
│ │ ├── is-string.xml
│ │ ├── isset.xml
│ │ ├── print-r.xml
│ │ ├── serialize.xml
│ │ ├── settype.xml
│ │ ├── strval.xml
│ │ ├── unserialize.xml
│ │ ├── unset.xml
│ │ ├── var-dump.xml
│ │ └── var-export.xml
│ └── ini.xml
├── xml
│ ├── configure.xml
│ ├── constants.xml
│ └── functions
│ │ ├── utf8-decode.xml
│ │ ├── utf8-encode.xml
│ │ ├── xml-error-string.xml
│ │ ├── xml-get-current-byte-index.xml
│ │ ├── xml-get-current-column-number.xml
│ │ ├── xml-get-current-line-number.xml
│ │ ├── xml-get-error-code.xml
│ │ ├── xml-parse-into-struct.xml
│ │ ├── xml-parse.xml
│ │ ├── xml-parser-create-ns.xml
│ │ ├── xml-parser-create.xml
│ │ ├── xml-parser-free.xml
│ │ ├── xml-parser-get-option.xml
│ │ ├── xml-parser-set-option.xml
│ │ ├── xml-set-character-data-handler.xml
│ │ ├── xml-set-default-handler.xml
│ │ ├── xml-set-element-handler.xml
│ │ ├── xml-set-end-namespace-decl-handler.xml
│ │ ├── xml-set-external-entity-ref-handler.xml
│ │ ├── xml-set-notation-decl-handler.xml
│ │ ├── xml-set-object.xml
│ │ ├── xml-set-processing-instruction-handler.xml
│ │ ├── xml-set-start-namespace-decl-handler.xml
│ │ └── xml-set-unparsed-entity-decl-handler.xml
├── xmlrpc
│ ├── configure.xml
│ └── functions
│ │ ├── xmlrpc-decode-request.xml
│ │ ├── xmlrpc-decode.xml
│ │ ├── xmlrpc-encode-request.xml
│ │ ├── xmlrpc-encode.xml
│ │ ├── xmlrpc-get-type.xml
│ │ ├── xmlrpc-is-fault.xml
│ │ ├── xmlrpc-parse-method-descriptions.xml
│ │ ├── xmlrpc-server-add-introspection-data.xml
│ │ ├── xmlrpc-server-call-method.xml
│ │ ├── xmlrpc-server-create.xml
│ │ ├── xmlrpc-server-destroy.xml
│ │ ├── xmlrpc-server-register-introspection-callback.xml
│ │ ├── xmlrpc-server-register-method.xml
│ │ └── xmlrpc-set-type.xml
├── yaf
│ ├── configure.xml
│ └── reference.xml
├── yaml
│ ├── book.xml
│ └── reference.xml
├── yar
│ └── configure.xml
├── zip
│ ├── book.xml
│ ├── configure.xml
│ ├── functions
│ │ ├── zip-close.xml
│ │ ├── zip-entry-close.xml
│ │ ├── zip-entry-compressedsize.xml
│ │ ├── zip-entry-compressionmethod.xml
│ │ ├── zip-entry-filesize.xml
│ │ ├── zip-entry-name.xml
│ │ ├── zip-entry-open.xml
│ │ ├── zip-entry-read.xml
│ │ ├── zip-open.xml
│ │ └── zip-read.xml
│ └── reference.xml
└── zlib
│ ├── book.xml
│ ├── configure.xml
│ ├── examples.xml
│ ├── functions
│ ├── gzclose.xml
│ ├── gzcompress.xml
│ ├── gzdeflate.xml
│ ├── gzencode.xml
│ ├── gzputs.xml
│ └── gzuncompress.xml
│ ├── ini.xml
│ ├── reference.xml
│ └── setup.xml
├── security
├── apache.xml
└── current.xml
└── translation.xml
/.github/workflows/build.yml:
--------------------------------------------------------------------------------
1 | name: Build Test
2 |
3 | on:
4 | push:
5 | branches:
6 | - master
7 | pull_request:
8 | branches:
9 | - master
10 |
11 | jobs:
12 | build:
13 | runs-on: ubuntu-latest
14 | steps:
15 | - name: Checkout
16 | uses: actions/checkout@v2
17 | with:
18 | path: 'it'
19 |
20 | - name: Clone doc-en and doc-base
21 | run: |
22 | git clone --depth=1 https://github.com/php/doc-base.git doc-base
23 | git clone https://github.com/php/doc-en.git en
24 | - name: configure.php
25 | run: php doc-base/configure.php --enable-xml-details --disable-libxml-check --redirect-stderr-to-stdout --with-lang=it
26 | - name: Checks
27 | run: |
28 | php doc-base/scripts/broken.php it
29 | php doc-base/scripts/translation/qaxml-attributes.php --urgent
30 | php doc-base/scripts/translation/qaxml-entities.php --urgent
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Traduzione italiana della documentazione PHP
2 |
3 | 
4 |
5 | Attualmente la documentazione italiana è [disponibile online](https://www.php.net/manual/it/).
6 |
7 |
8 | ## Stato attuale
9 |
10 | 
11 |
12 |
13 | ## Contribuire
14 |
15 | Se desideri partecipare alla traduzione, consulta [questa guida](CONTRIBUTING.md).
16 |
--------------------------------------------------------------------------------
/appendices/debugger.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Debugging in PHP
5 |
6 |
7 | Debug in PHP
8 |
9 | PHP 4 non ha un sistema interno per il debugging.
10 | È possibile utilizzare comunque dei debugger esterni.
11 | Zend IDE include
12 | un debugger; ci sono anche delle estensioni di debugging gratuite
13 | come DBG su &url.dbg; oppure
14 | Advanced PHP Debugger (APD) o
15 | Xdebug.
16 |
17 |
18 |
19 |
20 |
21 |
41 |
--------------------------------------------------------------------------------
/appendices/ini.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Impostazioni del &php.ini;
6 |
7 | &appendices.ini.list;
8 | &appendices.ini.sections;
9 | &appendices.ini.core;
10 |
11 |
12 |
13 |
33 |
--------------------------------------------------------------------------------
/appendices/reserved.constants.standard.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Costanti Predefinite Standard
6 |
7 | Tutte le costanti delle estensioni
8 | principali sono definite in PHP per impostazione predefinita.
9 |
10 |
11 |
12 |
29 |
--------------------------------------------------------------------------------
/chmonly/aboutchm.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Informazioni su questa edizione
5 |
6 |
7 | L'edizione in formato Windows HTML Help del Manuale PHP è rivolta agli
8 | sviluppatori, a coloro che vogliono avere il manuale a disposizione in ogni momento e desiderano
9 | leggere le pagine del manuale e le note degli utenti senza aspettare il caricamento di una
10 | pagina web da remoto. Questa edizione è costituita da tutto il contenuto del
11 | manuale, con in aggiunta le note degli utenti e alcune caratteristiche uniche offerte
12 | dall'applicativo usato per la visualizzazione.
13 |
14 |
15 |
16 |
17 |
37 |
--------------------------------------------------------------------------------
/features/sessions.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Sessioni
5 |
6 |
7 | Il supporto delle sessioni in PHP consiste in un modo di preservare certi
8 | dati attraverso accessi successivi. Questo ti consente di costruire
9 | applicazioni più personalizzate e migliorare il tuo sito web. Tutte le
10 | informazioni sono disponibili nella sezione che riguarda le sessioni.
11 |
12 |
13 |
14 |
15 |
35 |
--------------------------------------------------------------------------------
/install/cloud/ec2.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Amazon EC2
5 |
6 | PHP viene installato sulla piattaforma cloud EC2.
7 |
8 |
9 | Leggere anche l'SDK di AWS per PHP.
10 |
11 |
12 |
13 |
33 |
--------------------------------------------------------------------------------
/install/cloud/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Installazione su piattaforme di Cloud Computing
5 |
6 | PHP viene installato sul cloud. Verso il cloud di PHP!
7 |
8 | &install.cloud.azure;
9 | &install.cloud.ec2;
10 | &install.cloud.digitalocean;
11 |
12 |
13 |
33 |
--------------------------------------------------------------------------------
/install/macos/compile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Compilare PHP su macOS
5 |
6 | Utilizzare la guida di installazione di Unix per compilare
7 | PHP su macOS.
8 |
9 |
10 |
11 |
31 |
--------------------------------------------------------------------------------
/install/macos/index.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Installazione su macOS
5 |
6 | Questa sezione contiene note e suggerimenti specifici all'installazione di PHP su macOS.
7 | PHP è impacchettato con i Mac, e la compilazione è analoga a quella presente nella
8 | guida di installazione di Unix.
9 |
10 | &install.macos.packages;
11 | &install.macos.bundled;
12 | &install.macos.compile;
13 |
14 |
15 |
35 |
--------------------------------------------------------------------------------
/reference/apache/book.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Apache
7 |
8 |
9 |
10 | &reftitle.intro;
11 |
12 | Queste funzioni sono disponibili solo quando si esegue PHP come un modulo Apache.
13 |
14 |
15 |
16 |
17 | &reference.apache.setup;
18 | &reference.apache.reference;
19 |
20 |
21 |
22 |
42 |
43 |
--------------------------------------------------------------------------------
/reference/apache/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; Apache
6 |
7 | &reference.apache.entities.functions;
8 |
9 |
10 |
30 |
31 |
--------------------------------------------------------------------------------
/reference/apache/setup.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.setup;
6 |
7 |
8 |
9 | &reftitle.install;
10 |
11 | Per l'installazione di PHP su Apache guarda il capitolo dell'installazione.
13 |
14 |
15 |
16 |
17 |
18 | &reference.apache.ini;
19 |
20 |
21 |
22 |
23 |
43 |
44 |
--------------------------------------------------------------------------------
/reference/array/functions/pos.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | pos
7 | &Alias; current
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | current
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/array/functions/sizeof.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | sizeof
8 | &Alias; count
9 |
10 |
11 |
12 | &reftitle.description;
13 |
14 | &info.function.alias;
15 | count.
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/array/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Array &Functions;
7 |
8 | &reftitle.seealso;
9 |
10 | Vedere anche le funzioni is_array, explode,
11 | implode,
12 | preg_split e unset.
13 |
14 |
15 |
16 | &reference.array.entities.functions;
17 |
18 |
19 |
20 |
40 |
41 |
--------------------------------------------------------------------------------
/reference/bc/book.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Matematica di Precisione Arbitraria BCMath
7 | BC Math
8 |
9 |
10 |
11 | &reftitle.intro;
12 |
13 | Per la matematica di precisione arbitraria PHP offre il Binary Calculator che
14 | supporta numeri di qualsiasi dimensione e precisione, rappresentandoli come stringhe.
15 |
16 |
17 |
18 |
19 | &reference.bc.setup;
20 | &reference.bc.constants;
21 | &reference.bc.reference;
22 |
23 |
24 |
25 |
45 |
46 |
--------------------------------------------------------------------------------
/reference/bc/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | Queste funzioni sono disponibili solo se PHP è stato
7 | configurato con .
8 |
9 | &windows.builtin;
10 |
11 |
12 |
32 |
--------------------------------------------------------------------------------
/reference/bc/constants.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.constants;
6 | &no.constants;
7 |
8 |
9 |
29 |
30 |
--------------------------------------------------------------------------------
/reference/bc/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; BC Math
6 |
7 | &reference.bc.entities.functions;
8 |
9 |
10 |
11 |
31 |
32 |
--------------------------------------------------------------------------------
/reference/bc/setup.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.setup;
6 |
7 |
8 |
9 | &reftitle.required;
10 | &no.requirement;
11 |
12 |
13 |
14 |
15 | &reference.bc.configure;
16 |
17 |
18 |
19 | &reference.bc.ini;
20 |
21 |
22 |
23 |
24 | &reftitle.resources;
25 | &no.resource;
26 |
27 |
28 |
29 |
30 |
31 |
51 |
52 |
--------------------------------------------------------------------------------
/reference/bzip2/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.install;
6 |
7 | Il supporto per bzip2 in PHP non è abilitato di default. Si deve
8 | utilizzare l'opzione di configurazione
9 | quando si compila PHP per abilitare il supporto bzip2.
10 |
11 |
12 |
13 |
33 |
--------------------------------------------------------------------------------
/reference/calendar/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | Affinché queste funzioni siano disponibili, occorre compilare PHP con
7 | l'opzione .
8 |
9 | &windows.builtin;
10 |
11 |
31 |
--------------------------------------------------------------------------------
/reference/calendar/functions/jdtofrench.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | JDToFrench
9 |
10 | Converte un Giorno Giuliano in una data del Calendario Repubblicano Francese
11 |
12 |
13 |
14 | Descrizione
15 |
16 | stringjdtofrench
17 | intgiornogiuliano
18 |
19 |
20 | Converte un Giorno Giuliano in una data del calendario Repubblicano Francese.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/calendar/functions/jdtogregorian.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | JDToGregorian
9 | Converte il Giorno Giuliano in data Gregoriana
10 |
11 |
12 | Descrizione
13 |
14 | stringjdtogregorian
15 | intgiornogiuliano
16 |
17 |
18 | Converte il Giorno Giuliano in una stringa contenente la data
19 | Gregoriana nel formato "mese/giorno/anno".
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/classobj/constants.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.constants;
6 | &no.constants;
7 |
8 |
9 |
29 |
30 |
--------------------------------------------------------------------------------
/reference/com/functions/com-addref.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | com_addref
9 |
10 | Incrementa il contatore di referenze.
11 |
12 |
13 |
14 | Descrizione
15 |
16 | voidcom_addref
17 |
18 |
19 |
20 | Incrementa il contatore di referenze.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/com/functions/com-isenum.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | com_isenum
9 | Recupera un IEnumVariant
10 |
11 |
12 | Descrizione
13 |
14 | voidcom_isenum
15 | objectmodulo_com
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/com/functions/com-load-typelib.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | com_load_typelib
9 | Carica una Typelib
10 |
11 |
12 | Descrizione
13 |
14 | voidcom_load_typelib
15 | stringnome_typelib
16 | intignora_maiuscole
17 |
18 |
19 | &warn.undocumented.func;
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/com/functions/com-propget.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | com_propget
9 | Alias di com_get
10 |
11 |
12 | Descrizione
13 |
14 | Questa funzione è un alias di com_get.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/com/functions/com-propput.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | com_propput
9 | Alias di com_set
10 |
11 |
12 | Descrizione
13 |
14 | Questa funzione è un alias di com_set.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/com/functions/com-propset.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | com_propset
9 | Alias di com_set
10 |
11 |
12 | Descrizione
13 |
14 | Questa funzione è un alias di com_set.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/com/functions/com-release.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | com_release
9 |
10 | Decrementa il contaotre di referenze.
11 |
12 |
13 |
14 | Descrizione
15 |
16 | voidcom_release
17 |
18 |
19 |
20 | Decrementa il contatore di referenze.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/ctype/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | &installation.enabled.disable;
7 |
8 |
9 | &windows.builtin;
10 |
11 |
12 |
32 |
--------------------------------------------------------------------------------
/reference/ctype/constants.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.constants;
6 | &no.constants;
7 |
8 |
9 |
29 |
30 |
--------------------------------------------------------------------------------
/reference/ctype/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; Ctype
6 |
7 | &reference.ctype.entities.functions;
8 |
9 |
10 |
11 |
31 |
32 |
--------------------------------------------------------------------------------
/reference/ctype/setup.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.setup;
6 |
7 |
8 | &reftitle.required;
9 |
10 | Nessuno eccetto le funzioni della libreria C standard
11 | che sono sempre disponibili.
12 |
13 |
14 |
15 | &reference.ctype.configure;
16 |
17 |
18 | &reftitle.runtime;
19 | &no.config;
20 |
21 |
22 |
23 | &reftitle.resources;
24 | &no.resource;
25 |
26 |
27 |
28 |
29 |
30 |
50 |
51 |
--------------------------------------------------------------------------------
/reference/datetime/functions/time.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | time
9 | Restituisce l'attuale UNIX timestamp
10 |
11 |
12 | Descrizione
13 |
14 | inttime
15 |
16 |
17 |
18 | Restituisce l'attuale data e orario misurata in numero di secondi dalla
19 | Unix Epoch (January 1 1970 00:00:00 GMT).
20 |
21 |
22 | Guarda anche date.
23 |
24 |
25 |
26 |
27 |
47 |
--------------------------------------------------------------------------------
/reference/dbase/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | &pecl.info;
7 | &url.pecl.package;dbase.
8 |
9 |
10 |
11 |
31 |
--------------------------------------------------------------------------------
/reference/dbase/functions/dbase-close.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | dbase_close
9 | Chiude un database dBase
10 |
11 |
12 | Descrizione
13 |
14 | booldbase_close
15 | intdbase_identifier
16 |
17 |
18 | Chiude il database associato con il
19 | dbase_identifier.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/dio/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.install;
6 |
7 | &pecl.moved;
8 |
9 |
10 | &pecl.info;
11 | &url.pecl.package;dio.
12 |
13 |
14 | &pecl.windows.download;
15 |
16 |
17 |
18 |
38 |
--------------------------------------------------------------------------------
/reference/dir/functions/rewinddir.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 | rewinddir
10 | Riavvolge l'handle della directory
11 |
12 |
13 | &reftitle.description;
14 |
15 | voidrewinddir
16 | resourcedir_handle
17 |
18 |
19 | Reimposta il flusso della directory indicato da
20 | dir_handle all'inizio della
21 | directory.
22 |
23 |
24 |
25 |
26 |
27 |
47 |
--------------------------------------------------------------------------------
/reference/dom/functions/dom-domimplementation-construct.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | DOMImplementation->__construct()
6 |
7 | Crea un nuovo oggetto DOMImplementation
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | DOMImplementation
14 |
15 | __construct
16 |
17 |
18 |
19 |
20 | Crea un nuovo oggetto DOMImplementation.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/dom/reference.xml:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/php/doc-it/758fe6d256d646b584a7199e498c0ef2ed012eaa/reference/dom/reference.xml
--------------------------------------------------------------------------------
/reference/errorfunc/functions/user-error.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | user_error
7 | &Alias; trigger_error
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias; trigger_error.
14 |
15 |
16 |
17 |
18 |
38 |
--------------------------------------------------------------------------------
/reference/expect/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; Expect
6 | &reference.expect.entities.functions;
7 |
8 |
9 |
10 |
30 |
31 |
--------------------------------------------------------------------------------
/reference/filesystem/functions/diskfreespace.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | diskfreespace
7 | &Alias; disk_free_space
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | disk_free_space.
15 |
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/filesystem/functions/fileinode.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | fileinode
7 | Restituisce il numero di inode del file
8 |
9 |
10 | Descrizione
11 |
12 | intfileinode
13 | stringfilename
14 |
15 |
16 | Restituisce il numero di inode del file, o &false; in caso d'errore.
17 |
18 |
19 | ¬e.clearstatcache;
20 |
21 | &tip.fopen-wrapper.stat;
22 |
23 |
24 | Vedere anche stat.
25 |
26 |
27 |
28 |
29 |
49 |
--------------------------------------------------------------------------------
/reference/filesystem/functions/fputs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | fputs
7 | &Alias; fwrite
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | fwrite.
15 |
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/filesystem/functions/is-file.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | is_file
6 | Dice se il file è un file regolare
7 |
8 |
9 | Descrizione
10 |
11 | boolis_file
12 | stringfilename
13 |
14 |
15 | Restituisce &true; se il filename esiste ed è un file regolare.
16 |
17 | ¬e.clearstatcache;
18 |
19 | &tip.fopen-wrapper.stat;
20 |
21 |
22 | Vedere anche is_dir e
23 | is_link.
24 |
25 |
26 |
27 |
28 |
48 |
--------------------------------------------------------------------------------
/reference/filesystem/functions/is-link.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | is_link
6 | Dice se il file è un link simbolico
7 |
8 |
9 | Descrizione
10 |
11 | boolis_link
12 | stringfilename
13 |
14 |
15 | Restituisce &true; se il filename esiste ed è un link simbolico.
16 |
17 | ¬e.clearstatcache;
18 |
19 | &tip.fopen-wrapper.stat;
20 |
21 |
22 | Vedere anche is_dir e
23 | is_file.
24 |
25 |
26 |
27 |
28 |
29 |
49 |
--------------------------------------------------------------------------------
/reference/filesystem/functions/is-writeable.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | is_writeable
7 | &Alias; is_writable
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | is_writable.
15 |
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/filesystem/functions/set-file-buffer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | set_file_buffer
7 | &Alias; stream_set_write_buffer
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | stream_set_write_buffer.
15 |
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/ftp/functions/ftp-quit.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | ftp_quit
7 | &Alias; ftp_close
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | ftp_close.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/gmp/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | Per potere utilizzare queste funzioni, occorre compilare il PHP con
7 | il supporto GMP utilizzando il parametro .
9 |
10 |
11 |
12 |
32 |
--------------------------------------------------------------------------------
/reference/gmp/examples.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.examples;
5 |
6 |
7 | Funzioni fattoriali usando GMP
8 |
9 |
22 | ]]>
23 |
24 |
25 |
26 |
27 | Questo calcolerà il fattoriale di 1000 (un numero abbastanza grande)
28 | molto velocemente.
29 |
30 |
31 |
51 |
52 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-abs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_abs
9 | Valore assoluto
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_abs
15 | resourcea
16 |
17 |
18 | Restituisce il valore assoluto di a.
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-add.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_add
9 | Somma di numeri
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_add
15 | resourcea
16 | resourceb
17 |
18 |
19 | Somma due numeri GMP. Il risultato, sarà un numero GMP
20 | che rappresenta la somma degli argomenti.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-and.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_and
9 | AND logico
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_and
15 | resourcea
16 | resourceb
17 |
18 |
19 | Calcola l'AND logico di due numeri GMP.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-clrbit.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_clrbit
9 | Pulisce bit
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_clrbit
15 | resource&a
16 | intindex
17 |
18 |
19 | Ripulisce (imposta a 0) il bit index in
20 | a.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-com.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_com
9 | Calcola il complemento a uno di 'a'
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_com
15 | resourcea
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-div.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_div
9 | Divisione di numberi
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_div
15 | resourcea
16 | resourceb
17 |
18 |
19 | Questa funzione è la stessa di gmp_div_q.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-fact.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_fact
9 | Fattoriale
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_fact
15 | inta
16 |
17 |
18 | Calcola il fattoriale (a!) di a.
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-mul.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_mul
9 | Prodotto di numeri
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_mul
15 | resourcea
16 | resourceb
17 |
18 |
19 | Moltiplica a per b
20 | e restituisce il risultato.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-neg.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_neg
9 | Rende un numero negativo
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_neg
15 | resourcea
16 |
17 |
18 | Restituisce a.
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-or.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_or
9 | OR logico
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_or
15 | resourcea
16 | resourceb
17 |
18 |
19 | Calcola l'OR logico di due numeri GMP.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-popcount.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_popcount
9 | Conteggio della popolazione
10 |
11 |
12 | Descrizione
13 |
14 | intgmp_popcount
15 | resourcea
16 |
17 |
18 | Restituisce il conteggio della popolazione di a.
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-sign.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_sign
9 | Segno di un numero
10 |
11 |
12 | Descrizione
13 |
14 | intgmp_sign
15 | resourcea
16 |
17 |
18 | Restituisce il segno di a : 1 se
19 | a è positivo e -1 se è negativo.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-sqrt.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_sqrt
9 | Radice quadrata
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_sqrt
15 | resourcea
16 |
17 |
18 | Calcola la radice quadrata di a.
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-sub.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_sub
9 | Sottrazione di numeri
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_sub
15 | resourcea
16 | resourceb
17 |
18 |
19 | Sottrae b da a
20 | e restituisce il risultato.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/gmp/functions/gmp-xor.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | gmp_xor
9 | XOR logico
10 |
11 |
12 | Descrizione
13 |
14 | resourcegmp_xor
15 | resourcea
16 | resourceb
17 |
18 |
19 | Calcola l'OR logico esclusivo (XOR) di due numeri GMP.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/gmp/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; GMP
6 |
7 |
8 |
9 | &reftitle.seealso;
10 |
11 | Più funzioni matematiche possono essere trovate nella sezione
12 |
13 |
14 |
15 |
16 |
17 | &reference.gmp.entities.functions;
18 |
19 |
20 |
21 |
41 |
42 |
--------------------------------------------------------------------------------
/reference/iconv/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.install;
6 |
7 | Questo modulo è abilitato di default, sebbene esso possa essere disabilitato
8 | compilando con .
9 |
10 |
11 | La direttiva opzionale
12 | è usata per specificare la posizione di iconv sul sistema
13 | in cui verrà compilato PHP, altrimenti saranno esaminate solo le posizioni di default.
14 |
15 |
16 |
17 |
37 |
--------------------------------------------------------------------------------
/reference/info/functions/get-required-files.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | get_required_files
7 | &Alias; get_included_files
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias; get_included_files.
14 |
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/info/functions/ini-alter.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | ini_alter
7 | &Alias; ini_set
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias; ini_set.
14 |
15 |
16 |
17 |
18 |
38 |
--------------------------------------------------------------------------------
/reference/libxml/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; libxml
6 |
7 | &reference.libxml.entities.functions;
8 |
9 |
10 |
30 |
--------------------------------------------------------------------------------
/reference/math/functions/acosh.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | acosh
6 | Inverso del coseno iperbolico
7 |
8 |
9 | Descrizione
10 |
11 | floatacosh
12 | floatarg
13 |
14 |
15 | Restituisce l'inverso del coseno iperbolico
16 | di arg, cioè il valore
17 | il cui coseno iperbolico vale arg.
18 |
19 | ¬e.no-windows;
20 |
21 | Vedere anche acos,
22 | asinh
23 | e atanh.
24 |
25 |
26 |
27 |
28 |
48 |
--------------------------------------------------------------------------------
/reference/math/functions/asinh.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | asinh
6 | Inverso del seno iperbolico
7 |
8 |
9 | Descrizione
10 |
11 | floatasinh
12 | floatarg
13 |
14 |
15 | Restituisce l'inverso del seno iperbolico
16 | di arg, cioè il valore
17 | il cui seno iperbolico vale arg
18 |
19 | ¬e.no-windows;
20 |
21 | Vedere anche
22 | asin,
23 | acosh
24 | e atanh.
25 |
26 |
27 |
28 |
29 |
49 |
--------------------------------------------------------------------------------
/reference/math/functions/expm1.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | expm1
6 |
7 | Restituisce exp(numero) - 1, computato in maniera tale da essere accurato anche se
8 | il valore del numero è vicino a zero
9 |
10 |
11 |
12 | Description
13 |
14 | floatexpm1
15 | floatnumber
16 |
17 | &warn.experimental.func;
18 |
19 | &warn.undocumented.func;
20 |
21 | ¬e.no-windows;
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/math/functions/getrandmax.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | getrandmax
6 | Mostra il più grande numero casuale disponibile
7 |
8 |
9 | Descrizione
10 |
11 | intgetrandmax
12 |
13 |
14 |
15 | Restituisce il valore massimo che può essere restituito da una chiamata alla
16 | funzione rand.
17 |
18 |
19 | Vedere anche rand, srand
20 | e mt_getrandmax.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/math/functions/hypot.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | hypot
6 |
7 | Restituisce sqrt(num1*num1 + num2*num2)
8 |
9 |
10 |
11 | Descrizione
12 |
13 | floathypot
14 | floatnum1
15 | floatnum2
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/math/functions/is-finite.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | is_finite
6 | Verifica se un numero dato è un numero finito
7 |
8 |
9 | Descrizione
10 |
11 | boolis_finite
12 | floatval
13 |
14 |
15 | Restituisce &true; se val è un numero finito valido
16 | all'interno del range dei float, come definito da PHP su questa piattaforma.
17 |
18 |
19 | Vedere anche is_infinite e is_nan.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/math/functions/is-nan.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | is_nan
6 | Verifica se un dato valore non sia un numero
7 |
8 |
9 | Descrizione
10 |
11 | boolis_nan
12 | floatval
13 |
14 |
15 | Restituisce &true; se val 'non è un numero',
16 | come il risultato di acos(1.01).
17 |
18 |
19 | Vedere anche is_finite e
20 | is_infinite.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/math/functions/log10.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | log10
6 | Logaritmo base-10
7 |
8 |
9 | Descrizione
10 |
11 | floatlog10
12 | floatarg
13 |
14 |
15 | Restituisce il logaritmo in base-10 di arg.
16 |
17 |
18 | Vedere anche:
19 | log
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/math/functions/mt-getrandmax.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | mt_getrandmax
6 | Mostra il più grande valore casuale disponibile
7 |
8 |
9 | Descrizione
10 |
11 | intmt_getrandmax
12 |
13 |
14 |
15 | Restituisce il massimo valore che può essere restituito da una chiamata alla funzione
16 | mt_rand.
17 |
18 |
19 | Vedere anche
20 | mt_rand,
21 | mt_srand e
22 | getrandmax.
23 |
24 |
25 |
26 |
27 |
47 |
--------------------------------------------------------------------------------
/reference/misc/functions/die.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | die
6 | Equivale a exit
7 |
8 |
9 |
10 | &reftitle.description;
11 |
12 | Questo costrutto è equivalente a exit.
13 |
14 |
15 |
16 |
17 |
18 |
38 |
--------------------------------------------------------------------------------
/reference/misc/functions/show-source.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | show_source
6 | &Alias; highlight_file
7 |
8 |
9 |
10 | &reftitle.description;
11 |
12 | &info.function.alias;
13 | highlight_file.
14 |
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/network/functions/debugger-off.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | debugger_off
9 | Disattiva il debugger interno PHP
10 |
11 |
12 | Descrizione
13 |
14 | intdebugger_off
15 |
16 |
17 |
18 | Disattiva il debugger interno PHP. Il debugger è ancora in fase di
19 | sviluppo.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/network/functions/debugger-on.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | debugger_on
9 | Attiva il debugger interno PHP
10 |
11 |
12 | Descrizione
13 |
14 | intdebugger_on
15 | stringindirizzo
16 |
17 |
18 | Attiva il debugger interno PHP, connettendolo ad
19 | indirizzo. Il debugger è in fase di
20 | sviluppo.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/network/functions/socket-get-status.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | socket_get_status
7 | &Alias; stream_get_meta_data
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | stream_get_meta_data.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/network/functions/socket-set-blocking.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | socket_set_blocking
7 | &Alias; stream_set_blocking
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | stream_set_blocking.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/network/functions/socket-set-timeout.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | socket_set_timeout
7 | &Alias; stream_set_timeout
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | stream_set_timeout.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicancel.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicancel
9 | Interrompe la lettura del cursore
10 |
11 |
12 | Descrizione
13 |
14 | boolocicancel
15 | resourcestmt
16 |
17 |
18 | Se non si vogliono leggere altri dati da un cursore, chiamare
19 | ocicancel.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicollappend.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicollappend
9 | Aggiunge un oggetto alla collezione
10 |
11 |
12 | Descrizione
13 |
14 | boolocicollappend
15 | objectvalore
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicollassign.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicollassign
9 | Assegna una collezione da un'altra collezione esistente
10 |
11 |
12 | Descrizione
13 |
14 | boolocicollassign
15 | objectda
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicollgetelem.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicollgetelem
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | stringocicollgetelem
15 | objectcollection
16 | stringndx
17 |
18 |
19 | &warn.undocumented.func;
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicollmax.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicollmax
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | intocicollmax
15 | objectcollection
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicollsize.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicollsize
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | intocicollsize
15 | objectcollection
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicolltrim.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicolltrim
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | boolocicolltrim
15 | objectcollection
16 | intnum
17 |
18 |
19 | &warn.undocumented.func;
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicolumnprecision.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicolumnprecision
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | intocicolumnprecision
15 | intstmt
16 | intcol
17 |
18 |
19 | &warn.undocumented.func;
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicolumnscale.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicolumnscale
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | intocicolumnscale
15 | intstmt
16 | intcol
17 |
18 |
19 | &warn.undocumented.func;
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocicolumntyperaw.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocicolumntyperaw
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | mixedocicolumntyperaw
15 | intstmt
16 | intcol
17 |
18 |
19 | &warn.undocumented.func;
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocifetch.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocifetch
9 | Estrae la prossima tupla opnendola nel buffer di risultato.
10 |
11 |
12 | Descrizione
13 |
14 | boolocifetch
15 | intstatement
16 |
17 |
18 | ocifetch estrae la prossima tupla (nelle istruzioni SELECT)
19 | ponendola nel buffer interno di risultato.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocifreecollection.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocifreecollection
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | boolocifreecollection
15 | objectlob
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocifreedesc.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocifreedesc
9 | Cancella un descrittore di oggetto binario (LOB)
10 |
11 |
12 | Descrizione
13 |
14 | boolocifreedesc
15 | objectlob
16 |
17 |
18 | ocifreedesc cancella il descrittore di oggetto binario
19 | lob. &return.success;
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ociloadlob.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ociloadlob
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | stringociloadlob
15 | objectlob
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocisavelob.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocisavelob
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | boolocisavelob
15 | objectlob
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/oci8/functions/ocisavelobfile.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | ocisavelobfile
9 | Coming soon
10 |
11 |
12 | Descrizione
13 |
14 | boolocisavelobfile
15 | objectlob
16 |
17 |
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/pcre/pattern.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | Pattern PCRE
6 |
7 | &reference.pcre.pattern.syntax;
8 | &reference.pcre.pattern.modifiers;
9 | &reference.pcre.pattern.differences;
10 |
11 |
12 |
32 |
33 |
--------------------------------------------------------------------------------
/reference/posix/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | &installation.enabled.disable;
7 |
8 |
9 |
10 |
11 |
31 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-ctermid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_ctermid
6 | Restituisce il percorso del terminale
7 |
8 |
9 | Descrizione
10 |
11 | stringposix_ctermid
12 |
13 |
14 |
15 | &warn.undocumented.func;
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getcwd.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getcwd
6 | Percorso della directory corrente
7 |
8 |
9 | Descrizione
10 |
11 | stringposix_getcwd
12 |
13 |
14 |
15 | La funzione posix_getcwd restituisce il percorso assoluto
16 | della corrente directory di lavoro.La funzioneposix_getcwd restituisce
17 | &false; se si verifica un errore.
18 |
19 |
20 |
21 |
22 |
42 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getegid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getegid
6 |
7 | Restituisce l'ID del gruppo per il processo corrente
8 |
9 |
10 |
11 | Descrizione
12 |
13 | intposix_getegid
14 |
15 |
16 |
17 | La funzione restituisce l'ID del gruppo per il processo corrente. Vedere anche
18 | posix_getgrgid per dettagli su come
19 | convertire il numero nel nome effettivo del gruppo.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-geteuid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_geteuid
6 |
7 | Restituisce l'ID dell'utente per il processo corrente
8 |
9 |
10 |
11 | Descrizione
12 |
13 | intposix_geteuid
14 |
15 |
16 |
17 | Restituisce il valore numerico dell'ID dell'utente per il processo corrente.
18 | Vedere posix_getpwuid per maggiori dettagli su come
19 | convertire il numero nel nome dell'utente.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getgid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getgid
6 |
7 | Restituisce il reale ID del gruppo per il processo corrente
8 |
9 |
10 |
11 | Descrizione
12 |
13 | intposix_getgid
14 |
15 |
16 |
17 | La funzione restituisce il reale ID del gruppo del processo. Vedere anche
18 | posix_getgrgid per dettagli su come
19 | convertire il numero nel nome effettivo del gruppo.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getgrnam.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getgrnam
6 | Restituisce le informazioni di un gruppo dato il nome
7 |
8 |
9 | Descrizione
10 |
11 | arrayposix_getgrnam
12 | stringname
13 |
14 |
15 | &warn.undocumented.func;
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getgroups.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getgroups
6 |
7 | Restituisce i gruppi per il processo corrente
8 |
9 |
10 |
11 | Descrizione
12 |
13 | arrayposix_getgroups
14 |
15 |
16 |
17 | La funzione restituisce una matrcie di interi contenente gli ID dei
18 | gruppi per il processo corrente. Vedere anche
19 | posix_getgrgid per informazioni su come convertire
20 | questo numero nel nome del gruppo.
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getlogin.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getlogin
6 | Restituisce il nome dell'utente
7 |
8 |
9 | Descrizione
10 |
11 | stringposix_getlogin
12 |
13 |
14 |
15 | Restituisce il nome dell'utente proprietario del processo corrente.
16 | Vedere posix_getpwnam per dettagli su come
17 | ottenere maggiori informazioni sull'utente.
18 |
19 |
20 |
21 |
22 |
42 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getpgrp.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getpgrp
6 |
7 | Restituisce l'identificatore di gruppo per il processo corrente
8 |
9 |
10 |
11 | Descrizione
12 |
13 | intposix_getpgrp
14 |
15 |
16 |
17 | Restituisce l'identificatore del gruppo di processo per il processo corrente.
18 | Vedere le pagine del manuale del vostro sistema POSIX relativamente
19 | a POSIX.1 e getpgrp(2) per avere maggiori dettagli sui gruppi di processo.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getpid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getpid
6 | Restituisce l'ID per il processo corrente
7 |
8 |
9 | Descrizione
10 |
11 | intposix_getpid
12 |
13 |
14 |
15 | Restituisce l'ID per il processo corrente.
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getppid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getppid
6 | Restituisce l'ID del processo genitore
7 |
8 |
9 | Descrizione
10 |
11 | intposix_getppid
12 |
13 |
14 |
15 | Restituisce l'ID del processo genitore per il
16 | processo corrente.
17 |
18 |
19 |
20 |
21 |
41 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getrlimit.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getrlimit
6 | Restituisce informazioni sui limiti delle risorse del sistema
7 |
8 |
9 | Descrizione
10 |
11 | arrayposix_getrlimit
12 |
13 |
14 |
15 | &warn.undocumented.func;
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-getuid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_getuid
6 |
7 | Restituisce il reale ID dell'utente per il processo corrente
8 |
9 |
10 |
11 | Descrizione
12 |
13 | intposix_getuid
14 |
15 |
16 |
17 | La funzione restituisce il reale ID dell'utente per il processo corrente. Vedere anche
18 | posix_getpwuid per dettagli su come convertire
19 | questo nel nome dell'utente.
20 |
21 |
22 |
23 |
24 |
44 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-isatty.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_isatty
6 |
7 | Determina se il decrittore di file è un terminale
8 |
9 |
10 |
11 | Descrizione
12 |
13 | boolposix_isatty
14 | intfd
15 |
16 |
17 | &warn.undocumented.func;
18 |
19 |
20 |
21 |
22 |
42 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-setegid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_setegid
6 |
7 | Imposta l'effettivo GID per il processo corrente
8 |
9 |
10 |
11 | Descrizione
12 |
13 | boolposix_setegid
14 | intgid
15 |
16 |
17 | La funzione imposta l'effettivo ID di gruppo per il processo. Poiché questa è una
18 | funzione privilegiata occorre avere gli opportuni privilegi (solitamente di root)
19 | per poterla eseguire.
20 |
21 |
22 | &return.success;.
23 |
24 |
25 |
26 |
27 |
47 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-setsid.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_setsid
6 | Rende il processo corrente leader di sessione
7 |
8 |
9 | Descrizione
10 |
11 | intposix_setsid
12 |
13 |
14 |
15 | La funzione rende il processo corrente leader di sessione. Vedere POSIX.1
16 | e setsid(2) nelle pagine del manuale del vostro sistema POSIX per maggiori dettagli
17 | sui gruppi di processi e sul controllo dei job. La funzione restituisce l'id di sessione.
18 |
19 |
20 |
21 |
22 |
42 |
--------------------------------------------------------------------------------
/reference/posix/functions/posix-ttyname.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | posix_ttyname
6 | Determina il nome del device per il terminale
7 |
8 |
9 | Descrizione
10 |
11 | stringposix_ttyname
12 | intfd
13 |
14 |
15 | &warn.undocumented.func;
16 |
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/sem/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | Di default non viene abilitato il supporto per queste funzioni.
7 | Per abilitare il supporto dei semafori di System V, compilare il PHP con l'opzione
8 | .
9 | Per abilitare il supporto della memoria condivisa, compilare il PHP con l'opzione
10 | .
11 | Per abilitare il supporto dei messaggi, compilare il PHP con l'opzione
12 | .
13 |
14 |
15 |
16 |
36 |
37 |
--------------------------------------------------------------------------------
/reference/session/functions/session-encode.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | session_encode
9 |
10 | Codifica i dati della sessione corrente in una stringa
11 |
12 |
13 |
14 | Descrizione
15 |
16 | stringsession_encode
17 |
18 |
19 |
20 | session_encode restituisce una stringa con i contenuti
21 | della sessione corrente codificati.
22 |
23 |
24 |
25 |
26 |
46 |
--------------------------------------------------------------------------------
/reference/shmop/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | Per utilizzare shmop occorre compilare il PHP con il parametro
7 |
8 | nella linea di configurazione.
9 |
10 |
11 |
12 |
32 |
33 |
--------------------------------------------------------------------------------
/reference/snmp/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.install;
6 |
7 | La distribuzione per Windows di Net-SNMP contiene i file di supporto per SNMP nella
8 | directory mibs. Questa directory
9 | dovrebbe esse aggiunta alle variabili d'ambiente di Windows, come MIBDIRS, usando
10 | come valore il percorso completo per la directory mibs:
11 | ad esempio c:\usr\mibs.
12 |
13 |
14 |
15 |
35 |
--------------------------------------------------------------------------------
/reference/sockets/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | Le funzioni relative ai socket qui descritte sono parte di una
7 | estensione del PHP che occorre abilitare durante la fase di compila
8 | usando l'opzione
9 | del comando configure.
10 |
11 |
12 |
13 |
33 |
34 |
--------------------------------------------------------------------------------
/reference/sockets/functions/socket-getopt.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | socket_getopt
8 | &Alias; socket_get_option
9 |
10 |
11 |
12 | &reftitle.description;
13 |
14 | &info.function.alias;
15 | socket_get_option.
16 |
17 |
18 |
19 |
20 |
21 |
41 |
--------------------------------------------------------------------------------
/reference/sockets/functions/socket-setopt.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | socket_setopt
8 | &Alias; socket_set_option
9 |
10 |
11 |
12 | &reftitle.description;
13 |
14 | &info.function.alias;
15 | socket_set_option.
16 |
17 |
18 |
19 |
20 |
21 |
41 |
--------------------------------------------------------------------------------
/reference/strings/functions/chop.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | chop
7 | &Alias; di rtrim
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | rtrim.
15 |
16 |
17 |
18 | chop è differente rispetto alla omonima funzione di Perl
19 | chop(), la quale rimuove l'ultimo carattere
20 | della stringa.
21 |
22 |
23 |
24 |
25 |
26 |
46 |
--------------------------------------------------------------------------------
/reference/strings/functions/join.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | join
7 | &Alias; di implode
8 |
9 |
10 | &reftitle.description;
11 |
12 | &info.function.alias;
13 | implode.
14 |
15 |
16 |
17 |
18 |
38 |
--------------------------------------------------------------------------------
/reference/strings/functions/strchr.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | strchr
7 | &Alias; strstr
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | strstr.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/uodbc/functions/odbc-commit.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | odbc_commit
6 | Esegue una transazione ODBC
7 |
8 |
9 | Descrizione
10 |
11 | boolodbc_commit
12 | resourceid_connessione
13 |
14 |
15 | La funzione odbc_commit esegue tutte le
16 | transazioni pendenti sulla connessione indicata dall'argomento id_connessione.
17 | &return.success;
18 |
19 |
20 |
21 |
22 |
42 |
--------------------------------------------------------------------------------
/reference/uodbc/functions/odbc-cursor.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | odbc_cursor
9 | Restituisce il nome del cursore
10 |
11 |
12 | Descrizione
13 |
14 | stringodbc_cursor
15 | resourceid_risultato
16 |
17 |
18 | odbc_cursor restituisce il nome del cursore per l'argomento id_risultato.
19 |
20 |
21 |
22 |
23 |
43 |
--------------------------------------------------------------------------------
/reference/uodbc/functions/odbc-next-result.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 | odbc_next_result
9 |
10 | Verifica se sono disponibili più risultati
11 |
12 |
13 |
14 | Descrizione
15 |
16 | boolodbc_next_result
17 | resourceid_risultato
18 |
19 |
20 | &warn.undocumented.func;
21 |
22 |
23 |
24 |
25 |
45 |
--------------------------------------------------------------------------------
/reference/url/book.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 | URLs
8 | URLs
9 |
10 |
11 | &reftitle.intro;
12 |
13 | Tratta le stringhe contenenti un URL: codifica, decodifica e interpreta.
14 |
15 |
16 |
17 | &reference.url.constants;
18 | &reference.url.reference;
19 |
20 |
21 |
41 |
42 |
--------------------------------------------------------------------------------
/reference/var/functions/doubleval.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | doubleval
7 | &Alias; floatval
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | floatval.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/var/functions/is-double.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | is_double
6 | &Alias; is_float
7 |
8 |
9 |
10 | &reftitle.description;
11 |
12 | &info.function.alias;
13 | is_float.
14 |
15 |
16 |
17 |
18 |
38 |
--------------------------------------------------------------------------------
/reference/var/functions/is-integer.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | is_integer
7 | &Alias; is_int
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | is_int.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/var/functions/is-long.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | is_long
7 | &Alias; is_int
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | is_int.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/var/functions/is-real.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | is_real
6 | &Alias; is_float
7 |
8 |
9 |
10 | &reftitle.description;
11 |
12 | &info.function.alias;
13 | is_float.
14 |
15 |
16 |
17 |
18 |
38 |
--------------------------------------------------------------------------------
/reference/xmlrpc/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | Per default il modulo XML-RPC non è abilitato in PHP. Per abilitarlo occorre utilizzare
7 | il perametro di configurazione
8 | in fase di compila del PHP.
9 |
10 |
11 |
12 |
32 |
33 |
--------------------------------------------------------------------------------
/reference/xmlrpc/functions/xmlrpc-decode-request.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | xmlrpc_decode_request
7 | Decodifica XML nei tipi nativi di PHP
8 |
9 |
10 | &reftitle.description;
11 |
12 | mixedxmlrpc_decode_request
13 | stringxml
14 | stringmethod
15 | stringencoding
16 |
17 | &warn.experimental.func;
18 | &warn.undocumented.func;
19 |
20 |
21 |
22 |
42 |
--------------------------------------------------------------------------------
/reference/xmlrpc/functions/xmlrpc-encode.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | xmlrpc_encode
7 | Genera XML per un valore PHP
8 |
9 |
10 | &reftitle.description;
11 |
12 | stringxmlrpc_encode
13 | mixedvalue
14 |
15 | &warn.experimental.func;
16 | &warn.undocumented.func;
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/xmlrpc/functions/xmlrpc-parse-method-descriptions.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | xmlrpc_parse_method_descriptions
7 | Decodifica XML in una lista di descrizioni del metodo
8 |
9 |
10 | &reftitle.description;
11 |
12 | arrayxmlrpc_parse_method_descriptions
13 | stringxml
14 |
15 | &warn.experimental.func;
16 | &warn.undocumented.func;
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/xmlrpc/functions/xmlrpc-server-add-introspection-data.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | xmlrpc_server_add_introspection_data
7 | Aggiunge documentazione introspettiva
8 |
9 |
10 | &reftitle.description;
11 |
12 | intxmlrpc_server_add_introspection_data
13 | resourceserver
14 | arraydesc
15 |
16 | &warn.experimental.func;
17 | &warn.undocumented.func;
18 |
19 |
20 |
21 |
41 |
--------------------------------------------------------------------------------
/reference/xmlrpc/functions/xmlrpc-server-create.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | xmlrpc_server_create
7 | Crea un server xmlrpc
8 |
9 |
10 | &reftitle.description;
11 |
12 | resourcexmlrpc_server_create
13 |
14 |
15 | &warn.experimental.func;
16 | &warn.undocumented.func;
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/xmlrpc/functions/xmlrpc-server-destroy.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | xmlrpc_server_destroy
7 | Distrugge le risorse del server
8 |
9 |
10 | &reftitle.description;
11 |
12 | boolxmlrpc_server_destroy
13 | resourceserver
14 |
15 | &warn.experimental.func;
16 | &warn.undocumented.func;
17 |
18 |
19 |
20 |
40 |
--------------------------------------------------------------------------------
/reference/xmlrpc/functions/xmlrpc-server-register-introspection-callback.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | xmlrpc_server_register_introspection_callback
7 | Registra una funzione PHP per generare la documentazione
8 |
9 |
10 | &reftitle.description;
11 |
12 | boolxmlrpc_server_register_introspection_callback
13 | resourceserver
14 | stringfunction
15 |
16 | &warn.experimental.func;
17 | &warn.undocumented.func;
18 |
19 |
20 |
21 |
41 |
--------------------------------------------------------------------------------
/reference/yaf/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.install;
6 |
7 |
8 | &pecl.info;
9 | &url.pecl.package;yaf
10 |
11 |
12 |
13 |
14 |
15 |
16 |
36 |
--------------------------------------------------------------------------------
/reference/yaf/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; Yaf
6 |
7 | &reference.yaf.entities.functions;
8 |
9 |
10 |
11 |
31 |
--------------------------------------------------------------------------------
/reference/yaml/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; Yaml
6 |
7 | &reference.yaml.entities.functions;
8 |
9 |
10 |
11 |
31 |
32 |
--------------------------------------------------------------------------------
/reference/yar/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &reftitle.install;
6 |
7 |
8 | &pecl.info;
9 | &url.pecl.package;yar
10 |
11 |
12 |
13 |
14 |
15 |
35 |
--------------------------------------------------------------------------------
/reference/zip/book.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Zip
7 |
8 |
9 |
10 | &reftitle.intro;
11 |
12 | Questa estensione permette di leggere o scrivere in modo trasparente archivi compressi
13 | ZIP e i file al loro interno.
14 |
15 |
16 |
17 |
18 | &reference.zip.setup;
19 | &reference.zip.constants;
20 | &reference.zip.examples;
21 | &reference.zip.ziparchive;
22 |
23 | &reference.zip.reference;
24 |
25 |
26 |
27 |
47 |
48 |
--------------------------------------------------------------------------------
/reference/zip/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; Zip
6 |
7 | &reference.zip.entities.functions;
8 |
9 |
10 |
11 |
31 |
--------------------------------------------------------------------------------
/reference/zlib/configure.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | &reftitle.install;
5 |
6 | In PHP il supporto per Zlib non è abilitato in modo predefinito. È necessario
7 | configurare PHP con
8 |
9 | &windows.builtin;
10 |
11 |
12 |
32 |
33 |
--------------------------------------------------------------------------------
/reference/zlib/functions/gzputs.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | gzputs
7 | &Alias; gzwrite
8 |
9 |
10 |
11 | &reftitle.description;
12 |
13 | &info.function.alias;
14 | gzwrite.
15 |
16 |
17 |
18 |
19 |
39 |
--------------------------------------------------------------------------------
/reference/zlib/reference.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | &Functions; Zlib
6 |
7 | &reference.zlib.entities.functions;
8 |
9 |
10 |
11 |
31 |
32 |
--------------------------------------------------------------------------------