November 18, 2010

Anyone familiar with PHP source code?

Question by pc2

zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &r1, &n, &r2, &m)

What’s "ss" for here?

Answer by thedev

“ss” is type_spec string

check this rosource out http://docstore.mik.ua/orelly/weblinux2/php/ch14_07.htm

Answer by Starx

It is type_spec. Check here

Author: Nabin Nepal (Starx)

Hello, I am Nabin Nepal and you can call me Starx. This is my blog where write about my life and my involvements. I am a Software Developer, A Cyclist and a Realist. I hope you will find my blog interesting. Follow me on Google+

...

Please fill the form - I will response as fast as I can!