HomebulletScriptsbulletTag: text (226 results)
  1. No Screenshot
    1632 total visits
    Animated Simple CAPTCHA generates a random text that is stored in a session for posterior user validation. It renders a series of frames with the text obfuscated by animated letters, grids and optional random fonts.The user can read the text when the animated frames are displayed but robots will have difficult to figure what the text is. The text submitted ...
  2. No Screenshot
    1338 total visits
    Text To Speech takes a text string in either English, Polish or Romanian, and submits a request to the Expressivo text to synthesize the speech audio for the given text.The MP3 stream with the audio of the specified text is retrieved.Requirements:PHP 4.0 or higher
  3. No Screenshot
    1993 total visits
    ASCII text takes a text string and renders its characters in new text document using special ASCII art fonts.The ASCII art fonts are defined in separate scripts that define an array with a text strings that define how to render each character supported by the font.ASCII text contains several ASCII art fonts that can be used.Requirements:PHP 3.0 or higher
  4. No Screenshot
    1976 total visits
    Robots_txt takes the URL of a page and retrieves the robots.txt file of the same site. The robots.txt is parsed and the rules defined in it are looked up, in order to determine if crawling a page is allowed.Robots_txt also stores the time when a page is crawled to check whether next time another page of the same site is ...
  5. No Screenshot
    1790 total visits
    Text Search Replace can browse a given directory recursively and open files that match certain file name extensions. The files are read to search for a given regular expression text.Optionally Text Search Replace may replace all the occurrences with a new text and the files are updated. In order to keep a record of the search and replace activity, a ...
  6. No Screenshot
    1800 total visits
    The search starts for a specified start tag and if it finds it, continues for another one. If both tags are found, Extract Text Between Long Tags returns the data that is contained between the start and end tags.Requirements:PHP 4.0 or higher
  7. No Screenshot
    1523 total visits
    classPdfcan create multiple pages, graphical documents and include JPEG images. An extension class makes the formatting of data tables a breeze, as well as other text entry and pagination functions.
  8. No Screenshot
    1119 total visits
    Convert Text to HTML or XHTML with doctype option and link to download the HTML file.
  9. No Screenshot
    1827 total visits
    HTML Compactor helps youto reduce the size of HTML documents by removing unnecessary comments and white-spaces. It can process an HTML document passed explicitly as a string. It may also capture all the output of a PHP script and compact it before serving to the user browser.HTML Compactor can reduce the size of the document by applying several operations like ...
  10. No Screenshot
    2102 total visits
    HTML2Text, HTML to plain text converter converts HTML to plain, formatted ASCII text. By default, the text is wrapped to 70 characters, and some basic formatting is applied to preserve some of the HTML formatting. Some examples:- Paragraphs are indented- Heading tags <h1> - <h3> are all caps- Horizontal lines, <hr>, are converted to hyphens- Links are preserved as a ...
  11. No Screenshot
    1750 total visits
    HTML to Plain Text Conversion converts HTML to plain, formatted ASCII text. By default, the text is wrapped to 70 characters, and some basic formatting is applied to preserve some of the HTML formatting.Usage:// Include the class definition file.require_once('class.html2text.inc');// The "source" HTML you want to convert.$html = 'Sample string with HTML code in it';// Instantiate a new instance of the ...
  12. No Screenshot
    1828 total visits
    Define Word can be used to retrieve the definition of words from a remote dictionary server. It uses the cURL library to make a word lookup request using the DICT protocol defined in RFC 2229.The word definitions retrieved from the server are returned in an array. The number of definitions that is returned may be restricted to a given limit.
  13. No Screenshot
    1993 total visits
    Misc String can be use to perform several types of manipulation operations on UTF-8 encoded and unencoded strings.There are several classes:- One to compute the length and extract parts of a string encoded in UTF-8. It uses PCRE extension functions, so it does not rely on multi-byte string manipulation extension.- Another class to perform white space normalization functions like: mapping ...
  14. No Screenshot
    2045 total visits
    AJAX-based Thesaurus can be used to lookup text expressions on the server a page using AJAX to avoid page reloading. It must be used in conjunction with a few Javascript libraries that submit the page body HTML content to the server via AJAX.On the server, the class parses the HTML content to lookup for known text expressions stored in a ...
  15. No Screenshot
    2019 total visits
    convertor converts encodings using iconv extension. You can use it with streamed data (XML).To be honest, this is quite complex. If you need just general character set conversion, not streams, take a look at iconv or recode itself.The former version 1.1 does not depend on iconv and conversion is based on the hard coded conv tables. It supports unicode entities ...
Pages 10 of 16« 6 7 8 9 10 11 12 13 14 »