
- PHP Tutorial
- PHP - Home
- PHP - Introduction
- PHP - Environment Setup
- PHP - Syntax Overview
- PHP - Variable Types
- PHP - Constants
- PHP - Operator Types
- PHP - Decision Making
- PHP - Loop Types
- PHP - Arrays
- PHP - Strings
- PHP - Web Concepts
- PHP - GET & POST
- PHP - File Inclusion
- PHP - Files & I/O
- PHP - Functions
- PHP - Cookies
- PHP - Sessions
- PHP - Sending Emails
- PHP - File Uploading
- PHP - Coding Standard
- Advanced PHP
- PHP - Predefined Variables
- PHP - Regular Expression
- PHP - Error Handling
- PHP - Bugs Debugging
- PHP - Date & Time
- PHP & MySQL
- PHP & AJAX
- PHP & XML
- PHP - Object Oriented
- PHP - For C Developers
- PHP - For PERL Developers
- PHP Form Examples
- PHP - Form Introduction
- PHP - Validation Example
- PHP - Complete Form
- PHP login Examples
- PHP - Login Example
- PHP - Facebook Login
- PHP - Paypal Integration
- PHP - MySQL Login
- PHP AJAX Examples
- PHP - AJAX Search
- PHP - AJAX XML Parser
- PHP - AJAX Auto Complete Search
- PHP - AJAX RSS Feed Example
- PHP XML Example
- PHP - XML Introduction
- PHP - Simple XML
- PHP - Simple XML GET
- PHP - SAX Parser Example
- PHP - DOM Parser Example
- PHP Frame Works
- PHP - Frame Works
- PHP - Core PHP vs Frame Works
- PHP Design Patterns
- PHP - Design Patterns
- PHP Function Reference
- PHP - Built-In Functions
- PHP Useful Resources
- PHP - Questions & Answers
- PHP - Useful Resources
- PHP - Discussion
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
PHP - Judy Arrays
List of Functions
Sr.No | Function & Description |
---|---|
1 | judy_class()
The Judy class can implement an ArrayAccess interface and Iterator interface. |
2 | Judy::__construct()
Can construct a new Judy object. |
3 | Judy::__destruct()
Function can destruct a Judy object. |
4 | Judy::byCount()
Can locate the Nth index present in the Judy array. |
5 | Judy::count()
Can count the number of elements in Judy array. |
6 | Judy::first()
Function can search for the first index in Judy array. |
7 | Judy::firstEmpty()
Function can search for the first absent index in Judy array. |
8 | Judy::free()
Function can free the entire Judy array. |
9 | Judy::getType()
Function can return the type of current Judy array. |
10 | Judy::last()
Function can search for the last index in Judy array. |
11 | Judy::lastEmpty()
Function can search for the last absent index in Judy array. |
12 | Judy::memoryUsage()
The Judy class can implement an ArrayAccess interface and Iterator interface. |
13 | Judy::next()
Function can search for the next index in Judy array. |
14 | Judy::nextEmpty()
Function can search for the next absent index in Judy array. |
15 | Judy::offsetExists()
Function can check whether an offset exists. |
16 | Judy::offsetGet()
Function - Offset to retrieve. |
17 | Judy::offsetSet()
The Judy::offsetSet() - Offset to set. |
18 | Judy::offsetUnset()
Judy::offsetUnset() function - offset to unset. |
19 | Judy::prev()
Function can search for the previous index in Judy array. |
20 | Judy::prevEmpty()
Function can search for the previous absent index in Judy array. |
21 | Judy::size()
Function can return the size of the current Judy array. |
22 | judy_type()
Function can return the type of Judy array. |
23 | judy_version()
Function can return or print the current PHP Judy version. |