Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Yaskur
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #280573 |
Post edited: |
— | almost 4 years ago |
Edit | Post #280573 | Initial revision | — | almost 4 years ago |
Question | — |
I subscribed every 7 day but I got email every day I created subscription to new questions that should emailed every 7 days but I receieved every day. here is my setting: my setting here is my mail inbox: my email and unfortunately, I got emails with same question list. Any way to subscribe only for new question? (more) |
— | almost 4 years ago |
Comment | Post #280514 |
@ArtOfcode do you get the notification even if my mentioned case is different? And I hope autocomplete username like SO and social media will coming soon.
(more) |
— | almost 4 years ago |
Comment | Post #280512 |
@elgonzo: updated, Sorry, I meant lighter than PHP 5, but still slightly heavier. (more) |
— | almost 4 years ago |
Edit | Post #280512 |
Post edited: |
— | almost 4 years ago |
Edit | Post #280514 | Initial revision | — | almost 4 years ago |
Question | — |
how to mention user in comment? I tried to reply comment but no autocomplete, so if I want to reply, how to notice a user? (more) |
— | almost 4 years ago |
Comment | Post #280512 |
@Alexei , check my updated answer. Thanks. (more) |
— | almost 4 years ago |
Edit | Post #280512 |
Post edited: |
— | almost 4 years ago |
Edit | Post #280512 | Initial revision | — | almost 4 years ago |
Answer | — |
A: What are the pros and cons of using objects vs associative arrays for JSON results of a CURL request in PHP? It's just depend on PHP version. Above PHP 7 PHP object is faster and slightly heavier than array. On PHP 5 and below array is faster and lighter. My test code: ``` arrays: '.$timeArray.""; echo 'memory: '.$memArray.""; $t0 = microtime(true); $arraysOf=array(); $inicio=memorygetusage(); f... (more) |
— | almost 4 years ago |