summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-24 07:11:00 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-24 07:11:00 +0100
commite76009c39bc5181a5350b3bdcc687b4556d22959 (patch)
tree69b7e5d7e1a0012c2fb58cfc7bed847bda6cd012 /REFLECTION
php-pinba: import
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION315
1 files changed, 315 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..8b4e886
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,315 @@
+Extension [ <persistent> extension #112 pinba version 1.1.0 ] {
+
+ - INI {
+ Entry [ pinba.server <ALL> ]
+ Current = ''
+ }
+ Entry [ pinba.enabled <ALL> ]
+ Current = '0'
+ }
+ Entry [ pinba.auto_flush <ALL> ]
+ Current = '1'
+ }
+ }
+
+ - Constants [5] {
+ Constant [ integer PINBA_FLUSH_ONLY_STOPPED_TIMERS ] { 1 }
+ Constant [ integer PINBA_FLUSH_RESET_DATA ] { 2 }
+ Constant [ integer PINBA_ONLY_STOPPED_TIMERS ] { 1 }
+ Constant [ integer PINBA_ONLY_RUNNING_TIMERS ] { 4 }
+ Constant [ integer PINBA_AUTO_FLUSH ] { 8 }
+ }
+
+ - Functions {
+ Function [ <internal:pinba> function pinba_timer_start ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $tags ]
+ Parameter #1 [ <optional> $data ]
+ Parameter #2 [ <optional> $hit_count ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timer_add ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $tags ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $data ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timer_stop ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timer ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timer_delete ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timer ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timer_data_merge ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $timer ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timer_data_replace ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $timer ]
+ Parameter #1 [ <required> $data ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timer_tags_merge ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $timer ]
+ Parameter #1 [ <required> $tags ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timer_tags_replace ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $timer ]
+ Parameter #1 [ <required> $tags ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_flush ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $custom_script_name ]
+ Parameter #1 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_get_info ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:pinba> function pinba_get_data ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timer_get_info ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $timer ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_timers_stop ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:pinba> function pinba_timers_get ] {
+
+ - Parameters [0] {
+ }
+ }
+ Function [ <internal:pinba> function pinba_script_name_set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $custom_script_name ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_hostname_set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $custom_hostname ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_server_name_set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $custom_server_name ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_schema_set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $custom_schema ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_request_time_set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $request_time ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_tag_set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $tag ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_tag_get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $tag ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_tag_delete ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $tag ]
+ }
+ }
+ Function [ <internal:pinba> function pinba_tags_get ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+
+ - Classes [1] {
+ Class [ <internal:pinba> class PinbaClient ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [17] {
+ Method [ <internal:pinba, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $servers ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setHostname ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setScriptname ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setServername ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setRequestCount ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setDocumentSize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setMemoryPeak ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setMemoryFootprint ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setRusage ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setRequestTime ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setStatus ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setSchema ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setTag ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $tag ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:pinba> public method setTimer ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $tags ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $rusage ]
+ Parameter #3 [ <optional> $hit_count ]
+ }
+ }
+
+ Method [ <internal:pinba> public method addTimer ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $tags ]
+ Parameter #1 [ <required> $value ]
+ Parameter #2 [ <optional> $rusage ]
+ Parameter #3 [ <optional> $hit_count ]
+ }
+ }
+
+ Method [ <internal:pinba> public method send ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+
+ Method [ <internal:pinba> public method getData ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $flags ]
+ }
+ }
+ }
+ }
+ }
+}
+