Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
temple
/
ejemplos_backend
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
90 Commits
90 Commits
README.md
README.md
abstract_functions.php
abstract_functions.php
aliases_y_namespaces.php
aliases_y_namespaces.php
arrays_añadiendo_un_valor_sin_clave.php
arrays_añadiendo_un_valor_sin_clave.php
arrays_con_arrays_y_objetos.php
arrays_con_arrays_y_objetos.php
arrays_con_keys_salteadas.php
arrays_con_keys_salteadas.php
arrays_en_php_vs_arrays_en_js.php
arrays_en_php_vs_arrays_en_js.php
arrays_multidimensionales_ejercicio.php
arrays_multidimensionales_ejercicio.php
cambia_la_propiedad_en_el_array_resultante_del_type_casting.php
cambia_la_propiedad_en_el_array_resultante_del_type_casting.php
cambiar_el_tipo_a_una_variable_y_poder_deshacer_si_error.php
cambiar_el_tipo_a_una_variable_y_poder_deshacer_si_error.php
cambiar_el_tipo_de_una_variable.php
cambiar_el_tipo_de_una_variable.php
clases_abstractas.php
clases_abstractas.php
clases_y_2_niveles_de_herencia_en_php.php
clases_y_2_niveles_de_herencia_en_php.php
clases_y_herencia_en_php.php
clases_y_herencia_en_php.php
como_copiar_la_variable_y_cambiale_el_tipo.php
como_copiar_la_variable_y_cambiale_el_tipo.php
constante_DIR_.php
constante_DIR_.php
constantes_de_clase.php
constantes_de_clase.php
constantes_file_y_line.php
constantes_file_y_line.php
constantes_y_herencia.php
constantes_y_herencia.php
constantes_y_namespaces.php
constantes_y_namespaces.php
continue_y_break_en_bucles.php
continue_y_break_en_bucles.php
conversion_a_array_mediante_operador_claudator.php
conversion_a_array_mediante_operador_claudator.php
conversion_a_string_de_valores_no_escalares.php
conversion_a_string_de_valores_no_escalares.php
conversion_a_string_de_valores_no_escalares_con_json_encode.php
conversion_a_string_de_valores_no_escalares_con_json_encode.php
conversion_a_string_de_valores_no_escalares_con_serialize.php
conversion_a_string_de_valores_no_escalares_con_serialize.php
conversion_entre_tipos_en_php__envolturas_de_javascript.php
conversion_entre_tipos_en_php__envolturas_de_javascript.php
conversion_entre_tipos_no_escalares.php
conversion_entre_tipos_no_escalares.php
conversion_implicita_de_valor_usando_operadores.php
conversion_implicita_de_valor_usando_operadores.php
default_en_switch.php
default_en_switch.php
destruir_una_variable.php
destruir_una_variable.php
ejercicio_dos_typecasting_entre_array_y_objeto.php
ejercicio_dos_typecasting_entre_array_y_objeto.php
ejercicio_typecasting_de_array_a_objeto.php
ejercicio_typecasting_de_array_a_objeto.php
ejercicio_typecasting_de_array_a_objeto2.php
ejercicio_typecasting_de_array_a_objeto2.php
estructuras_de_control_condicionales_y_repetitivas.php
estructuras_de_control_condicionales_y_repetitivas.php
estructuras_de_control_if_y_elseif.php
estructuras_de_control_if_y_elseif.php
final_en_jerarquias_de_classes.php
final_en_jerarquias_de_classes.php
funciones_con_parametros_opcionales.php
funciones_con_parametros_opcionales.php
funciones_que_son_y_para_que_las_usamos.php
funciones_que_son_y_para_que_las_usamos.php
funciones_tipado_de_parametros.php
funciones_tipado_de_parametros.php
funciones_tipado_del_retorno.php
funciones_tipado_del_retorno.php
herencia_parent.php
herencia_parent.php
herencia_parent_con_saltos.php
herencia_parent_con_saltos.php
html_dentro_de_un_archivo_php.php
html_dentro_de_un_archivo_php.php
instrucciones_y_comentarios.php
instrucciones_y_comentarios.php
interfaces.php
interfaces.php
interfaces_y_clases.php
interfaces_y_clases.php
interfaces_y_herencia.php
interfaces_y_herencia.php
interfaces_y_parametros.php
interfaces_y_parametros.php
metodo_constructor_en_clases.php
metodo_constructor_en_clases.php
metodos_invocacion_metodos_dentro_de_metodos.php
metodos_invocacion_metodos_dentro_de_metodos.php
metodos_protected_en_oop.php
metodos_protected_en_oop.php
operadores_aritméticos.php
operadores_aritméticos.php
operadores_aritméticos_y_de_asignacion.php
operadores_aritméticos_y_de_asignacion.php
operadores_asignacion.php
operadores_asignacion.php
operadores_comparacion.php
operadores_comparacion.php
operadores_de_tipo.php
operadores_de_tipo.php
php_dentro_de_archivo_html.html
php_dentro_de_archivo_html.html
propiedad_scalar_tras_el_type_casting_de_escalar_a_objeto.php
propiedad_scalar_tras_el_type_casting_de_escalar_a_objeto.php
propiedades_publicas_de_objetos_pero_no_de_clases.php
propiedades_publicas_de_objetos_pero_no_de_clases.php
static_en_clases.php
static_en_clases.php
strings_con_integer_y_numbers.php
strings_con_integer_y_numbers.php
strings_maneras_de_escribirlos.php
strings_maneras_de_escribirlos.php
strings_y_su_longitud.php
strings_y_su_longitud.php
strings_y_su_longitud_usando_mb_strlen.php
strings_y_su_longitud_usando_mb_strlen.php
traits.php
traits.php
traits_y_conflictos.php
traits_y_conflictos.php
traits_y_conflictos_entre_traits.php
traits_y_conflictos_entre_traits.php
usando_define.php
usando_define.php
usando_defined_y_define.php
usando_defined_y_define.php
variable_estática_en_funcion_recursiva.php
variable_estática_en_funcion_recursiva.php
variables_asignacion_directa_vs_asignacion_por_copia.php
variables_asignacion_directa_vs_asignacion_por_copia.php
variables_asignacion_por_copia_vs_asignacion_por_referencia.php
variables_asignacion_por_copia_vs_asignacion_por_referencia.php
variables_globales.php
variables_globales.php
variables_globales_vs_variables_locales.php
variables_globales_vs_variables_locales.php
variables_vacias_con_empty.php
variables_vacias_con_empty.php
variables_vacias_con_isset.php
variables_vacias_con_isset.php
variables_vacías_vs_variables_con_texto_vacío.php
variables_vacías_vs_variables_con_texto_vacío.php
variables_variables.php
variables_variables.php
variables_y_funciones_de_consulta.php
variables_y_funciones_de_consulta.php
visibilidad_privada_y_herencia.php
visibilidad_privada_y_herencia.php
visibilidad_protegida_cuando_usarla.php
visibilidad_protegida_cuando_usarla.php
visibilidad_protegida_y_privada_en_2_niveles_de_herencia_en_las_propiedades.php
visibilidad_protegida_y_privada_en_2_niveles_de_herencia_en_las_propiedades.php
visibilidad_protegida_y_privada_en_las_propiedades.php
visibilidad_protegida_y_privada_en_las_propiedades.php
visibilidad_publica_y_privada_en_las_propiedades.php
visibilidad_publica_y_privada_en_las_propiedades.php
volcado_de_variables.php
volcado_de_variables.php
View all files
Repository files navigation
README
More
items
EJEMPLOS DE CÓDIGO HECHO EN CLASE
[TOC]
About
No description, website, or topics provided.
Resources
Readme
Activity
Stars
1
star
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.