fluffos/docs/efun/objects/objectp.md

23 lines
356 B
Markdown
Raw Permalink Normal View History

2018-12-30 16:43:04 -08:00
---
title: objects / objectp
---
2023-11-25 09:50:24 -08:00
# objectp
2018-12-30 16:43:04 -08:00
### NAME
2018-12-30 16:59:01 -08:00
objectp() - determine whether or not a given variable is an object
2018-12-30 16:43:04 -08:00
### SYNOPSIS
2018-12-30 16:59:01 -08:00
int objectp( mixed arg );
2018-12-30 16:43:04 -08:00
### DESCRIPTION
2018-12-30 16:59:01 -08:00
Return 1 if 'arg' is an object.
2018-12-30 16:43:04 -08:00
### SEE ALSO
2018-12-30 16:59:01 -08:00
2018-12-30 16:43:04 -08:00
mapp(3), stringp(3), pointerp(3), intp(3), bufferp(3), floatp(3), func
tionp(3), nullp(3), undefinedp(3)