반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- docker
- java bigdecimal
- redis
- Jenkins
- codepipeline
- AWS CI/CD 구축하기
- aws cicd
- codedeploy
- Kafka
- PostgreSQL
- kubeflow
- JavaScript
- aws
- node
- Python
- or some instances in your deployment group are experiencing problems.
- SQL
- 도커
- bootstrap
- COALESCE
- Airflow
- codebuild
- Spring Error
- Flux
- chart.js
- chartjs
- IntelliJ
- Spring
- codedeploy error
- VPN
Archives
- Today
- Total
목록php => (1)
Small Asteroid Blog
[php] What does this mean in PHP: -> or =>
누군가에겐 이런걸 왜 몰라? 할 수 있지만 나는 문법 하나하나 사용되는 뜻을 알고 사용하고 싶어서 찾아보았다. -> (Object Operator) 인스턴스에서 메서드를 호출하거나 객체 범위 내에서 객체에 접근하기 위해서 사용한다. class a{ public function getData(){ $variable = 'What does this mean in PHP: -> or =>'; return $variable; } } $bar = new a; $bar->getData(); => (Double Arrow Operator) 배열의 키, 값을 할당할 때 사용한다. $Result = array( 'result1' => '결과1', 'result2' => '결과2', 'result3' => '결과3' );..
백엔드
2022. 7. 8. 16:50