ldap_class

Original post provide by PHP Classes: Latest entries
Package: ldap_class
Summary: Retrieve user information from an LDAP server
Groups: Databases, Networking
Author: Aleck
Description: This class can be used to access data in LDAP server.

It can connect to an LDAP server authenticating with a given account.

The class can perform LDAP queries to obtain information about a given user.

Previous Articles:
The Front Page Has Changed
The news on the front page of php.net has changed, the conference announcements are now located on their own page. The idea is to keep php.net specific news clear and also opens the door for additional news entries, like for RC releases.
Review: Build Your Own Website The Right Way Using HTML & CSS
"A review of the SitePoint book "Build your own website the right way using HTML & CSS" "
Text Helper Class
Package: Text Helper Class Summary: Perform several types of text processing operation Groups: Databases, HTML, PHP 5 Author: Chris Lam Description: This class can be used to perform several types of text processing operations. It can: - Capitalize the first letter of all words of string - Count the number of non-whitespace characters, words, sentences in a string - Encode strings for displaying as HTML, in URLs, escaping quotes, as hexadecimal, as Javascript strings, and obfuscate e-mail addresses - Exclude given words from a string - Highlight PHP code - Indent strings - Limit the length of a string in number or words or characters - Strip consecutive whitespace characters - Word wrap strings
Lista Paginacao Class
Navigation links are displayed to browse the listing that may be split in multiple pages, each displaying a limited number of records. The odd and even rows are displayed with different background colors. Rows are highlighted with a different color when the user drags the mouse over them.
GNU/GPL Version 3 Released
Elizabeth Naramore writes: After eighteen months and four public drafts, the long-awaited version 3 of the GNU/GPL License is finally here. According to the press release on the Free Software Foundation site, collaboration was a key ingredient to making the license as practical and useable as possible.“By hearing from so many different groups in a public drafting process, we have been able to write a license that successfully addresses a broad spectrum of concerns.
More Articles:
ShagaConfigurator
Package: shagaConfigurator Summary: Get application options from configuration files Groups: Configuration, PHP 5 Author: Arthur Tumanyan Description: This class can get application options from configuration files. It can read options from a configuration file named shaga.cfg.example defined in a custom format.
Community News: Zend Framework 1.0.0 Released
Zend Framework has followed a mission to provide classes that are extremely simple, yet powerful and extensible. Zend Framework is now the best class library available for PHP 5 web application development. The Zend Framework project has developed solutions to solve frequent needs of web application developers You can download this latest version from the Framewrok's website and check out the Changelog for the full list of updates.
IPhone Security Concern
Until this vulnerability is fixed, Nitesh recommends setting your voicemail password: Call your AT&T/Cingular voicemail (dial your own number from the iPhone). Press 4 to go to Personal Options. Press 2 to go to Administrative Options. Press 1 to go to Password.
Brute Force
It traverses a given text string and find all characters that match a given pattern of characters. The strings of consecutive characters that match the pattern are passed to a given callback function for arbitrary processing. The patterns of characters to match can be given as an array of characters strings, or a string that specifies that the match of characters in lower case, upper case, numeric, alphanumeric with lower or upper case, or all characters.
Multi-thread Simulation
It sends a request passing the name a function to execute and an argument to be passed to that function. The requested script executes some code that detects the thread execution request and calls the specified function. When the thread request script ends, the return values of the called function is returned as a serialized string.

Leave a Reply