How to get current identifer?

I'm writing a plugin hook. Now, it has a hook handler as follows

elgg_register_plugin_hook_handler('index', 'system', 'oa_pc_plugin_hook_handler', 1);

And how can I get the identifier in oa_pc_plugin_hook_handler()?

Eg: abc.com/hello/world

How to get "hello" ?