J
J
jtag2017-05-15 09:35:05
PHP
jtag, 2017-05-15 09:35:05

Are there structures in php like in C?

I am rewriting a program from C to PHP. I can not find structures in php, how can I do this?
struct_cam_list
{
char id[10];
char ip_nvr[50];
char ip_addr[50];
int ch_num;
};

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly, 2017-05-15
@vshvydky

the closest analogue can be considered: php.net/manual/en/language.types.array.php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question