PHP Magic Methods in Hindi ( __clone() ) 15/15

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • This is video tutorial series on Magic Methods in PHP. And this video covers __clone().

КОМЕНТАРІ • 10

  • @FreeHindiAdvice
    @FreeHindiAdvice 5 років тому

    All tutorials are great in these series. Thank you sir :)

  • @SatyamKumar-zb6yi
    @SatyamKumar-zb6yi 5 років тому

    thanks for your videos. I have seen your complete playlist of php oops and magic methods. these videos is very useful to all who wants to work on php .... Keep making videos. thanks again..

  • @oviiarmaghan5552
    @oviiarmaghan5552 9 років тому +1

    rahul, ur teaching method is good but m unable to understand realtime application of these magic function although you showed some practices. If u can make a short project elaborating these in realtime, this will be a great help! thanx in advance.

  • @MahmudulHasan-rd3qg
    @MahmudulHasan-rd3qg 9 років тому +3

    Thanks

  • @dhrubavideos
    @dhrubavideos 6 років тому

    pura series accha laga

  • @AliRaza-sx6pz
    @AliRaza-sx6pz 7 років тому

    thanks For this channel

  • @hirenjoshi2198
    @hirenjoshi2198 8 років тому

    Hi Rahul,
    Thanks for this video. I want to clear one thing about the array you told in this video. You told that when you assign one array to another, it will pass the reference and not create the copy. As per my knowledge and practical experience its creating copy. If you want to assign reference you have to use '&' sign like $arr1 = &$arr2.
    Please correct me if I am wrong or misunderstood your concept.
    Thanks

  • @brijkishorrajput
    @brijkishorrajput 6 років тому

    Nice :) ... can you upload Design Patterns and algorithm tutorials ?

  • @smguru5894
    @smguru5894 9 років тому +2

    Thanks