recent searches:
include functions ,
variable functions ,
post functions...
If you are new to PHP or just need to refresh your skills, this is the place to start. This series of tutorials will give you the basic knowledge you will need to create a simple PHP website.
PHP is a reflective programming language originally designed for producing dynamic web pages.[1] PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. Textual User Interfaces can also be created using ncurses.
These functions all manipulate strings in various ways. Some more specialized sections can be found in the regular expression and URL handling sections.
For information on how strings behave, especially with regard to usage of single quotes, double quotes, and escape sequences, see the Strings entry in the Types section of the manual.
No external libraries are needed to build this extension.
There is no installation needed to use these functions; they are part of the PHP core.
The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.
For even more powerful string handling and manipulating functions take a look at the POSIX regular expression functions and the Perl compatible regular expression functions.
Another Useful functions:
zend-macro.return-u-stringl | zend-macro.return-u-string | zend-macro.return-stringl | zend-macro.return-string | zend-macro.return-rt-stringl | zend-macro.return-rt-string | zend-macro.return-empty-string | zend-macro.return-ascii-stringl | zend-macro.return-ascii-string | zend-api.zval-unicode-to-string | zend-api.zval-string-to-unicode | zend-api.zval-string-to-unicode-ex | zend-api.zend-update-static-property-stringl | zend-api.zend-update-static-property-string | zend-api.zend-update-static-property-rt-stringl | zend-api.zend-update-static-property-rt-string | zend-api.zend-update-static-property-ascii-stringl | zend-api.zend-update-static-property-ascii-string | zend-api.zend-update-property-stringl | zend-api.zend-update-property-string | zend-api.zend-update-property-rt-stringl | zend-api.zend-update-property-rt-string | zend-api.zend-update-property-ascii-stringl | zend-api.zend-update-property-ascii-string | zend-api.zend-u-eval-string | zend-api.zend-u-eval-string-ex | zend-api.zend-std-cast-object-tostring | zend-api.zend-register-stringl-constant | zend-api.zend-register-string-constant | zend-api.zend-output-debug-string | zend-api.zend-make-string-zval | zend-api.zend-make-compiled-string-description | zend-api.zend-ini-string | zend-api.zend-get-unified-string-type | zend-api.zend-eval-string | zend-api.zend-eval-string-ex | zend-api.zend-declare-property-stringl | zend-api.zend-declare-property-string | zend-api.zend-declare-class-constant-stringl | zend-api.zend-declare-class-constant-string | zend-api.zend-cmp-unicode-and-string | zend-api.zend-case-fold-string | zend-api.register-stringl-constant | zend-api.register-string-constant | zend-api.register-main-stringl-constant | zend-api.register-main-string-constant | zend-api.highlight-string | zend-api.free-estring | zend-api.compile-string | zend-api.add-property-stringl | zend-api.add-property-stringl-ex | zend-api.add-property-string | zend-api.add-property-string-ex | zend-api.add-property-rt-stringl | zend-api.add-property-rt-stringl-ex | zend-api.add-property-rt-string | zend-api.add-property-rt-string-ex | zend-api.add-property-ascii-stringl | zend-api.add-property-ascii-stringl-ex | zend-api.add-property-ascii-string | zend-api.add-property-ascii-string-ex | zend-api.add-next-index-stringl | zend-api.add-next-index-string | zend-api.add-index-stringl | zend-api.add-index-string | zend-api.add-get-index-stringl | zend-api.add-get-index-string | zend-api.add-get-assoc-stringl | zend-api.add-get-assoc-stringl-ex | zend-api.add-get-assoc-string | zend-api.add-get-assoc-string-ex | zend-api.add-assoc-stringl | zend-api.add-assoc-stringl-ex | zend-api.add-assoc-string | zend-api.add-assoc-string-ex | ref.strings | ref.mbstring | migration4.strings | language.types.string | language.operators.string | http.httpquerystring | function.ziparchive-addfromstring | function.yp-err-string | function.xmlwriter-set-indent-string | function.xml-error-string | function.xdiff-string-patch | function.xdiff-string-patch-binary | function.xdiff-string-merge3 | function.xdiff-string-diff | function.xdiff-string-diff-binary | function.tidy-repair-string | function.tidy-parse-string | function.swftextfield.addstring | function.swftext.addutf8string | function.swftext.addstring | function.sqlite-fetch-string | function.sqlite-escape-string | function.sqlite-error-string | function.simplexml-load-string | function.sdo-das-xml-savestring | function.sdo-das-xml-loadstring | function.satellite-object-to-string | function.recode-string | function.radius-put-vendor-string | function.radius-put-string | function.radius-cvt-string | function.px-timestamp2string | function.px-date2string | function.ps-stringwidth | function.ps-string-geometry | function.pg-escape-string | function.pdf-stringwidth | function.parsekit-compile-string | function.openssl-error-string | function.mysqli-real-escape-string | function.mysqli-escape-string | function.mysql-real-escape-string | function.mysql-escape-string | function.mssql-guid-string | function.maxdb-real-escape-string | function.maxdb-escape-string | function.is-string | function.imagestringup | function.imagestring | function.imagecreatefromstring | function.httpquerystring-xlate | function.httpquerystring-tostring | function.httpquerystring-toarray | function.httpquerystring-singleton | function.httpquerystring-set | function.httpquerystring-mod | function.httpquerystring-get | function.httpquerystring-construct | function.httpmessage-tostring | function.httpmessage-fromstring | function.highlight-string | function.fdf-save-string | function.fdf-open-string | function.dom-domcharacterdata-substringdata | function.dbx-escape-string | function.cpdf-stringwidth | function.convert-cyr-string | function.cachingiterator-tostring |
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.