
Simple PHP Function
- or -
Post a project like this3707
€15(approx. $18)
- Posted:
- Proposals: 3
- Remote
- #747252
- Awarded
Description
Experience Level: Entry
Estimated project duration: 1 day or less
General information for the business: None
Description of requirements/functionality: I have PHP function that is receiving the the following return from a php api drop box call to list all files in a folder. I want to be able to loop thru and pick the path of each file out and store it in a seperate array.
I cant seem to be able to access the elements of the array no matter what i try. If some one could show me or send me on the code that i can use.
I can show people via teamviewer /skype the page itself that is run on as the data is sensitive i cant let access to my server.
Array below
___________________________________
Array
(
[10000120/architecht1] => stdClass Object
(
[rev] => 1b034915aba
[thumb_exists] =>
[path] => /10000120/architecht1
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:22:30 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:22:30 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 432
)
[10000120/architecht2] => stdClass Object
(
[rev] => 1b134915aba
[thumb_exists] =>
[path] => /10000120/architecht2
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:22:39 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:22:39 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 433
)
[10000120/architecht3] => stdClass Object
(
[rev] => 1b234915aba
[thumb_exists] =>
[path] => /10000120/architecht3
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:24:57 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:24:57 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 434
)
[10000120/architecht4.xls] => stdClass Object
(
[rev] => 1b334915aba
[thumb_exists] =>
[path] => /10000120/architecht4.xls
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:26:18 +0000
[icon] => page_white_excel
[bytes] => 60928
[modified] => Tue, 14 Apr 2015 13:26:18 +0000
[size] => 59.5 KB
[root] => app_folder
[mime_type] => application/vnd.ms-excel
[revision] => 435
)
[10000120/asset2] => stdClass Object
(
[rev] => 1ae34915aba
[thumb_exists] =>
[path] => /10000120/asset2
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:19:36 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:19:36 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 430
)
[10000120/asset3] => stdClass Object
(
[rev] => 1af34915aba
[thumb_exists] =>
[path] => /10000120/asset3
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:21:42 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:21:42 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 431
)
[10000120/Broker] => stdClass Object
(
[bytes] => 0
[rev] => 19c34915aba
[revision] => 412
[icon] => folder
[path] => /10000120/Broker
[is_dir] => 1
[thumb_exists] =>
[root] => app_folder
[modified] => Tue, 14 Apr 2015 08:54:41 +0000
[size] => 0 bytes
)
)
Specific technologies required: php
Extra notes:
Description of requirements/functionality: I have PHP function that is receiving the the following return from a php api drop box call to list all files in a folder. I want to be able to loop thru and pick the path of each file out and store it in a seperate array.
I cant seem to be able to access the elements of the array no matter what i try. If some one could show me or send me on the code that i can use.
I can show people via teamviewer /skype the page itself that is run on as the data is sensitive i cant let access to my server.
Array below
___________________________________
Array
(
[10000120/architecht1] => stdClass Object
(
[rev] => 1b034915aba
[thumb_exists] =>
[path] => /10000120/architecht1
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:22:30 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:22:30 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 432
)
[10000120/architecht2] => stdClass Object
(
[rev] => 1b134915aba
[thumb_exists] =>
[path] => /10000120/architecht2
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:22:39 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:22:39 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 433
)
[10000120/architecht3] => stdClass Object
(
[rev] => 1b234915aba
[thumb_exists] =>
[path] => /10000120/architecht3
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:24:57 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:24:57 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 434
)
[10000120/architecht4.xls] => stdClass Object
(
[rev] => 1b334915aba
[thumb_exists] =>
[path] => /10000120/architecht4.xls
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:26:18 +0000
[icon] => page_white_excel
[bytes] => 60928
[modified] => Tue, 14 Apr 2015 13:26:18 +0000
[size] => 59.5 KB
[root] => app_folder
[mime_type] => application/vnd.ms-excel
[revision] => 435
)
[10000120/asset2] => stdClass Object
(
[rev] => 1ae34915aba
[thumb_exists] =>
[path] => /10000120/asset2
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:19:36 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:19:36 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 430
)
[10000120/asset3] => stdClass Object
(
[rev] => 1af34915aba
[thumb_exists] =>
[path] => /10000120/asset3
[is_dir] =>
[client_mtime] => Tue, 14 Apr 2015 13:21:42 +0000
[icon] => page_white
[bytes] => 0
[modified] => Tue, 14 Apr 2015 13:21:42 +0000
[size] => 0 bytes
[root] => app_folder
[mime_type] => application/octet-stream
[revision] => 431
)
[10000120/Broker] => stdClass Object
(
[bytes] => 0
[rev] => 19c34915aba
[revision] => 412
[icon] => folder
[path] => /10000120/Broker
[is_dir] => 1
[thumb_exists] =>
[root] => app_folder
[modified] => Tue, 14 Apr 2015 08:54:41 +0000
[size] => 0 bytes
)
)
Specific technologies required: php
Extra notes:

A O.
100% (1)Projects Completed
4
Freelancers worked with
3
Projects awarded
24%
Last project
12 Jun 2019
Ireland
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies