add_next_index_bool

add_next_index_bool -- Add bool value to assoc array using next free numeric index

Description

#include <zend_API.h>

int add_next_index_bool ( zval* arg, int b )

...

Parameters

arg

...

b

...

Return Values

...