Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mysqlnd_qc_set_user_handlers(3) [php man page]

MYSQLND_QC_SET_USER_HANDLERS(3) 					 1					   MYSQLND_QC_SET_USER_HANDLERS(3)

mysqlnd_qc_set_user_handlers - Sets the callback functions for a user-defined procedural storage handler

SYNOPSIS
bool mysqlnd_qc_set_user_handlers (string $get_hash, string $find_query_in_cache, string $return_to_cache, string $add_query_to_cache_if_not_exists, string $query_is_select, string $update_query_run_time_stats, string $get_stats, string $clear_cache) DESCRIPTION
Sets the callback functions for a user-defined procedural storage handler. PARAMETERS
o $get_hash - Name of the user function implementing the storage handler get_hash functionality. o $find_query_in_cache - Name of the user function implementing the storage handler find_in_cache functionality. o $return_to_cache - Name of the user function implementing the storage handler return_to_cache functionality. o $add_query_to_cache_if_not_exists - Name of the user function implementing the storage handler add_query_to_cache_if_not_exists functionality. o $query_is_select - Name of the user function implementing the storage handler query_is_select functionality. o $update_query_run_time_stats - Name of the user function implementing the storage handler update_query_run_time_stats functionality. o $get_stats - Name of the user function implementing the storage handler get_stats functionality. o $clear_cache - Name of the user function implementing the storage handler clear_cache functionality. RETURN VALUES
Returns TRUE on success or FALSE on FAILURE. SEE ALSO
Procedural user-defined storage handler example. PHP Documentation Group MYSQLND_QC_SET_USER_HANDLERS(3)

Check Out this Related Man Page

XML_SET_CHARACTER_DATA_HANDLER(3)					 1					 XML_SET_CHARACTER_DATA_HANDLER(3)

xml_set_character_data_handler - Set up character data handler

SYNOPSIS
bool xml_set_character_data_handler (resource $parser, callable $handler) DESCRIPTION
Sets the character data handler function for the XML parser $parser. PARAMETERS
o $parser - A reference to the XML parser to set up character data handler function. o $handler -$handler is a string containing the name of a function that must exist when xml_parse(3) is called for $parser. The function named by $handler must accept two parameters: handler (resource $parser, string $data) o $parser - The first parameter, parser, is a reference to the XML parser calling the handler. o $data - The second parameter, $data, contains the character data as a string. Character data handler is called for every piece of a text in the XML document. It can be called multiple times inside each frag- ment (e.g. for non-ASCII strings). If a handler function is set to an empty string, or FALSE, the handler in question is disabled. Note Instead of a function name, an array containing an object reference and a method name can also be supplied. RETURN VALUES
Returns TRUE on success or FALSE on failure. PHP Documentation Group XML_SET_CHARACTER_DATA_HANDLER(3)
Man Page

13 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

storage systems..

Hi Gurus, Happy New Year everyone!! I am a newbie here,i have confusion over storage systems like SAN,NAS and cluster filesystem.Can anybody tell me the difference between these? Thanks in advance (1 Reply)
Discussion started by: rayan1
1 Replies

2. Shell Programming and Scripting

Else Loop Exiting Early

All, I'm having a problem w/this function. Specifically, I want to call another function (get_stats) when the process in the else completes (the initial if and the elsif seem to work fine). But what's happening is the get_stats function call is running after the else runs only once, NOT when it... (8 Replies)
Discussion started by: GregWold
8 Replies

3. AIX

hacmp temp storage for tl8sp2

Hi All, Is it possible to create a temporary storage on the oraclevg FS for the tl8sp2? My rootvg is getting low on free space, less than 3G. I'm I going to use System Management (C-SPOC)/HACMP Logical Volume Management/Shared File Systems. Is that correct? Is that safe? I want to do... (1 Reply)
Discussion started by: itik
1 Replies

4. Programming

static variable storage

Hi, Where are the static variables actually stored in memory. Is it in .bss? In that case how is its storage different from global variables? From the ELF data is it possible to see the storage of different variables used in the program? eg: static int temp1; int gtemp1; main() {... (1 Reply)
Discussion started by: naan
1 Replies

5. Shell Programming and Scripting

Hii

Hii friends, I am a newbie to unix/shell scripting and got stuck in implementing a functionality.Dear experts,kindly spare some time to bring me out of dark pit :confused:.. My requirement is somewhat wierd,let me explain what i have and what i need to do... 1) there are several excel... (1 Reply)
Discussion started by: 5ahen
1 Replies

6. Shell Programming and Scripting

Copying data from excel file

Hii friends, I am a newbie to unix/shell scripting and got stuck in implementing a functionality.Dear experts,kindly spare some time to bring me out of dark pit :confused:.. My requirement is somewhat wierd,let me explain what i have and what i need to do... 1) there are several excel... (1 Reply)
Discussion started by: 5ahen
1 Replies

7. Filesystems, Disks and Memory

what is an "FA pair" in san storage?

can anyone tell me what an FA pair is, in SAN storage? thank you. (2 Replies)
Discussion started by: bumblebee
2 Replies

8. AIX

How do I know to which storage I am connected

Hello everyone. We have a environment where we have DS8K storage and ES800 storage, the way to check to which storage the box is connected is using the LUN ID I get frm " pcmpath query device " command. for ex: 75CXX - DS8K storage 26860 - ES 800 Storage I was told to check... (4 Replies)
Discussion started by: nivaspIND
4 Replies

9. Linux

AoE, iscsi and storage

Hi guys, I'd like to share experiences and knowledge about what should I use to install on a new storage server (with a lot of disks) in my network. What I want, is to move all domU's storage to this new storage server with AoE, iscsi or another thing. question: 1. Should I install openfiler or... (1 Reply)
Discussion started by: iga3725
1 Replies

10. UNIX for Advanced & Expert Users

Group By functionality for a string in a file

Thanks... looks like there is no responce (1 Reply)
Discussion started by: thankful123
1 Replies

11. UNIX for Dummies Questions & Answers

Display storage type and storage size

Can anybody help me ont to get the command to check storage type and storage size in unix. Thank u in advanced!! (4 Replies)
Discussion started by: manisham
4 Replies

12. HP-UX

I need a procedureto add the storage to the File System?

I need to add some storage to a FS, how can I accomplish this? Thanks! (1 Reply)
Discussion started by: 300zxmuro
1 Replies

13. UNIX for Beginners Questions & Answers

Difference between UNIX and Windows Disk storage

I have heard that UNIX disk storage is costlier than Windows Disk storage. Is that true? If not why we have limited storage on UNIX systems? Windows disk storage is so cheap nowadays. Is it not true for UNIX disks? (8 Replies)
Discussion started by: Soham
8 Replies