05.05.2013 Views

Programming PHP

Programming PHP

Programming PHP

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

wordwrap<br />

string wordwrap(string string[, int size[, string postfix[, int force]]])<br />

Inserts postfix into string every size characters and at the end of the string, and returns<br />

the resulting string. While inserting breaks, the function attempts to not break in the<br />

middle of a word. If not specified, postfix defaults to \r\n and size defaults to 76. Ifforce<br />

is given and is true, the string is always wrapped to the given length (this makes the function<br />

behave the same as chunk_split( )).<br />

zend_logo_guid<br />

string zend_logo_guid( )<br />

Returns an ID that you can use to link to the Zend logo. See php_logo_guid for example<br />

usage.<br />

zend_version<br />

string zend_version( )<br />

Returns the version of the Zend engine in the currently running <strong>PHP</strong> process.<br />

456 | Appendix A: Function Reference<br />

This is the Title of the Book, eMatter Edition<br />

Copyright © 2002 O’Reilly & Associates, Inc. All rights reserved.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!